STK ObjectsSend 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 * pVal
);
public: HRESULT put_NumLongitudes(
    long NumLongitudes
);
[Java]
public int getNumLongitudes();
public void setNumLongitudes(
    int
);
[Python - STK API ]
@property
def NumLongitudes(self) -> int:

@NumLongitudes.setter
def NumLongitudes(self, NumLongitudes:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.