Adds a label note to the collection.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgLabelNote Add( string Msg ); |
| [Managed C++] |
|---|
public: IAgLabelNote^ Add( String __gc ^ Msg ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgLabelNote add( String Msg ); |
[Python - STK API ] |
|---|
def Add(self, Msg:str) -> "IAgLabelNote": |
- Msg
- The message to add to the collection.
IAgLabelNote.






