AGI Common Entity Library 11 Send comments on this topic.
Label Property (IAgPointEntity)
See Also 





Description

The entity label.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Label() As IAgLabelGraphics

[C#]
public IAgLabelGraphics Label {get; set;}

[Managed C++]
public: __property IAgLabelGraphics^ get_Label();
public: __property void set_Label(
IAgLabelGraphics ^
);

[Unmanaged C++]
public: HRESULT get_Label(
IAgLabelGraphics ** ppRetVal
);
public: HRESULT put_Label(
IAgLabelGraphics * pNewLabel
);

[Java]
public IAgLabelGraphics getLabel();public void setLabel(
IAgLabelGraphics
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1