AGI STK Objects 11Send 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
);
[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

© 2018 Analytical Graphics, Inc. All Rights Reserved.