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