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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.