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 
[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 ** ppRetVal
);

Parameters

ShortPath
The path to the Object target.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.