STK ObjectsSend comments on this topic.
LabelNotes Property (IAgPlaceGraphics)
See Also
Windows





Windows & Linux

Description

Notes attached to the object and displayed in the 2D and 3D Graphics windows.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property LabelNotes() As IAgLabelNoteCollection
[C#]
public IAgLabelNoteCollection LabelNotes {get;}
[Managed C++]
public: __property IAgLabelNoteCollection ^ get_LabelNotes();
[Unmanaged C++]
public: HRESULT get_LabelNotes(
    IAgLabelNoteCollection ** ppRetVal
);
[Java]
public IAgLabelNoteCollection getLabelNotes();
[Python - STK API ]
@property
def LabelNotes(self) -> "IAgLabelNoteCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.