Adds a new element to the collection.
[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": |
- ShortPath
- The path to the Object target.