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





Windows & Linux

Description

Specify whether to show labels of objects on the 2D map (general).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LabelsVisible() As Boolean
[C#]
public bool LabelsVisible {get; set;}
[Managed C++]
public: __property bool get_LabelsVisible();
public: __property void set_LabelsVisible( bool );
[Unmanaged C++]
public: HRESULT get_LabelsVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_LabelsVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getLabelsVisible();
public void setLabelsVisible(
    bool
);
[Python - STK API ]
@property
def LabelsVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.