AGI STK Objects 11Send comments on this topic.
Remove Method (IAgVeTargetPointingCollection)
See Also 
Path
Windows






Windows & Linux

Description

Removes the element using the object path.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
   ByVal Path As String _
) 
[C#]
public void Remove(
   string Path
);
[Managed C++]
public: void Remove(
   String __gc ^ Path
);
[Java]
public  remove(
   String Path
);
[Unmanaged C++]
public: HRESULT Remove(
   BSTR Path
);

Parameters

Path

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.