AGI STK Objects 11 Send comments on this topic.
Add Method (IAgLabelNoteCollection)
See Also 
Msg
The message to add to the collection.





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
);

[Java]
public IAgLabelNote add(
String Msg
);

[Unmanaged C++]
public: HRESULT Add(
BSTR Msg,
IAgLabelNote ** ReturnValue
);

Parameters

Msg
The message to add to the collection.

Return Type

IAgLabelNote.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1