STK ObjectsSend comments on this topic.
LabelName Property (IAgMsGraphics)
See Also
Windows





Windows & Linux

Description

The user-specified name to use as a label for the missile.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LabelName() As String
[C#]
public string LabelName {get; set;}
[Managed C++]
public: __property String __gc ^ get_LabelName();
public: __property void set_LabelName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_LabelName(
    BSTR * pVal
);
public: HRESULT put_LabelName(
    BSTR pVal
);
[Java]
public String getLabelName();
public void setLabelName(
    String
);
[Python - STK API ]
@property
def LabelName(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.