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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.