Notes attached to the object and displayed in the 2D and 3D Graphics windows.
Read-only property
[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": |