AGI STK Objects 11Send comments on this topic.
LabelName Property (IAgTargetGraphics)
See Also 
Windows






Windows & Linux

Description

Use a user-specified name as the label for the facility, place or target. This does not have to correspond to the name of the object in the Object Browser.

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 * pRetVal
);
public: HRESULT put_LabelName(
   BSTR NewLabelName
);
[Java]
public String getLabelName();public void setLabelName(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.