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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface