AGI STK Objects 11 Send comments on this topic.
ElsetNumVisible Property (IAgScGraphics)
See Also 





Description

Specify whether to display satellite elset numbers.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ElsetNumVisible() As Boolean

[C#]
public bool ElsetNumVisible {get; set;}

[Managed C++]
public: __property bool get_ElsetNumVisible();
public: __property void set_ElsetNumVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_ElsetNumVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ElsetNumVisible(
VARIANT_BOOL NewElsetNumVisible
);

[Java]
public bool getElsetNumVisible();public void setElsetNumVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1