AGI STK Objects 11 Send comments on this topic.
PixelsPerDeg Property (IAgFmVO)
See Also 
Windows






Windows & Linux

Description

The number of pixels used in one degree in the temporary file created when smooth contours are used.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PixelsPerDeg() As Double

[C#]
public double PixelsPerDeg {get; set;}

[Managed C++]
public: __property double get_PixelsPerDeg();
public: __property void set_PixelsPerDeg(
double
);

[Unmanaged C++]
public: HRESULT get_PixelsPerDeg(
double * pRetVal
);
public: HRESULT put_PixelsPerDeg(
double NewPixelsPerDeg
);

[Java]
public double getPixelsPerDeg();public void setPixelsPerDeg(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface