STK ObjectsSend comments on this topic.
ElsetNumVisible Property (IAgScGraphics)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_ElsetNumVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getElsetNumVisible();
public void setElsetNumVisible(
    bool
);
[Python - STK API ]
@property
def ElsetNumVisible(self) -> bool:

@ElsetNumVisible.setter
def ElsetNumVisible(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.