STK ObjectsSend comments on this topic.
IsNameVisible Property (IAgVeGfxGroundEllipsesElement)
See Also
Windows





Windows & Linux

Description

Opt whether to display the name of the ellipse set at the center of each ellipse in the ellipse set.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsNameVisible() As Boolean
[C#]
public bool IsNameVisible {get; set;}
[Managed C++]
public: __property bool get_IsNameVisible();
public: __property void set_IsNameVisible( bool );
[Unmanaged C++]
public: HRESULT get_IsNameVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_IsNameVisible(
    VARIANT_BOOL InVal
);
[Java]
public bool getIsNameVisible();
public void setIsNameVisible(
    bool
);
[Python - STK API ]
@property
def IsNameVisible(self) -> bool:

@IsNameVisible.setter
def IsNameVisible(self, InVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.