STK ObjectsSend comments on this topic.
Note Property (IAgLabelNote)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_Note(
    BSTR pVal
);
[Java]
public String getNote();
public void setNote(
    String
);
[Python - STK API ]
@property
def Note(self) -> str:

@Note.setter
def Note(self, pVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.