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