STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT Add(
    BSTR ShortPath,
    IAgVeTargetPointingElement ** ppRetVal
);
[Java]
public IAgVeTargetPointingElement add(
    String ShortPath
);
[Python - STK API ]
def Add(self, ShortPath:str) -> "IAgVeTargetPointingElement":

Parameters

ShortPath
The path to the Object target.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.