STK Common Entity LibrarySend comments on this topic.
Label Property (IAgPointEntity)
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 ** ppGraphics
);
public: HRESULT put_Label(
    IAgLabelGraphics Graphics
);
[Java]
public IAgLabelGraphics getLabel();
public void setLabel(
    IAgLabelGraphics
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.