STK ObjectsSend comments on this topic.
Label Property (IAgVeGfxWaypointMarkersElement)
See Also
Windows





Windows & Linux

Description

Content of the waypoint label.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Label() As String
[C#]
public string Label {get; set;}
[Managed C++]
public: __property String __gc ^ get_Label();
public: __property void set_Label( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_Label(
    BSTR * pVal
);
public: HRESULT put_Label(
    BSTR Label
);
[Java]
public String getLabel();
public void setLabel(
    String
);
[Python - STK API ]
@property
def Label(self) -> str:

@Label.setter
def Label(self, Label:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.