Gets or sets the number of field lines to show per longitude.
Read-write property
[Visual Basic .NET] |
---|
Public Property NumFieldLines() As Integer |
[C#] |
---|
public int NumFieldLines {get; set;} |
[Managed C++] |
---|
public: __property int get_NumFieldLines(); |
[Unmanaged C++] |
---|
public: HRESULT get_NumFieldLines( long * pVal ); public: HRESULT put_NumFieldLines( long NumFieldLines ); |
[Java] |
---|
public int getNumFieldLines(); public void setNumFieldLines( int ); |