Gets or sets the number of pixels used in one degree in the temporary file created when smooth contours are used.
Read-write property
[Visual Basic .NET] |
---|
Public Property PixelsPerDeg() As Double |
[C#] |
---|
public double PixelsPerDeg {get; set;} |
[Managed C++] |
---|
public: __property double get_PixelsPerDeg(); |
[Unmanaged C++] |
---|
public: HRESULT get_PixelsPerDeg( double * pVal ); public: HRESULT put_PixelsPerDeg( double PixelsPerDeg ); |
[Java] |
---|
public double getPixelsPerDeg(); public void setPixelsPerDeg( double ); |