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






Windows & Linux

Description

Number of field lines to show per longitude

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property int get_NumFieldLines();
public: __property void set_NumFieldLines(
int
);

[Unmanaged C++]
public: HRESULT get_NumFieldLines(
long * pRetVal
);
public: HRESULT put_NumFieldLines(
long NewNumFieldLines
);

[Java]
public int getNumFieldLines();public void setNumFieldLines(
int
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface