AGI STK Objects 11 Send comments on this topic.
NumLongitudes Property (IAgSpEnvMagFieldGfx)
See Also 





Description

Number of longitudes to show

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NumLongitudes() As Integer

[C#]
public int NumLongitudes {get; set;}

[Managed C++]
public: __property int get_NumLongitudes();
public: __property void set_NumLongitudes(
int
);

[Unmanaged C++]
public: HRESULT get_NumLongitudes(
long * pRetVal
);
public: HRESULT put_NumLongitudes(
long NewNumLongitudes
);

[Java]
public int getNumLongitudes();public void setNumLongitudes(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1