STK ObjectsSend comments on this topic.
Add Method (IAgLabelNoteCollection)
See Also
Msg
The message to add to the collection.
Windows





Windows & Linux

Description

Adds a label note to the collection.

Syntax

[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":

Parameters

Msg
The message to add to the collection.

Return Type

IAgLabelNote.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.