AGI STK Objects 11 Send comments on this topic.
Note Property (IAgLabelNote)
See Also 





Description

Note property.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Note() As String

[C#]
public string Note {get; set;}

[Managed C++]
public: __property String __gc ^ get_Note();
public: __property void set_Note(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_Note(
BSTR * pRetVal
);
public: HRESULT put_Note(
BSTR NewNote
);

[Java]
public String getNote();public void setNote(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1