Gets or sets the number of longitudes to show.
Read-write property
[Visual Basic .NET] |
---|
Public Property NumLongitudes() As Integer |
[C#] |
---|
public int NumLongitudes {get; set;} |
[Managed C++] |
---|
public: __property int get_NumLongitudes(); |
[Unmanaged C++] |
---|
public: HRESULT get_NumLongitudes( long * pVal ); public: HRESULT put_NumLongitudes( long NumLongitudes ); |
[Java] |
---|
public int getNumLongitudes(); public void setNumLongitudes( int ); |