AGI STK Objects 11 Send comments on this topic.
Add Method (IAgVeTargetPointingCollection)
See Also 
ShortPath
The path to the Object target.





Description

Adds a new element to the collection.

Syntax

[Visual Basic .NET]
Public Function Add( _
   ByVal ShortPath As String _
) As IAgVeTargetPointingElement

[C#]
public IAgVeTargetPointingElement Add(
string ShortPath
);

[Managed C++]
public: IAgVeTargetPointingElement^ Add(
String __gc ^ ShortPath
);

[Java]
public IAgVeTargetPointingElement add(
String ShortPath
);

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

Parameters

ShortPath
The path to the Object target.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1