AGI STK Objects 11Send comments on this topic.
RemoveByName Method (IAgVORefCrdnCollection)
See Also 
Type
Name
Windows






Windows & Linux

Description

Removes an element from the collection using the element's path. The method does not throw an exception if the element with the specified name is not in the collection.

Syntax

[Visual Basic .NET]
Public Sub RemoveByName( _
   ByVal Type As AgEGeometricElemType, _
   ByVal Name As String _
) 
[C#]
public void RemoveByName(
   AgEGeometricElemType Type,
   string Name
);
[Managed C++]
public: void RemoveByName(
   AgEGeometricElemType Type,
   String __gc ^ Name
);
[Java]
public  removeByName(
   AgEGeometricElemType Type,
   String Name
);
[Unmanaged C++]
public: HRESULT RemoveByName(
   AgEGeometricElemType Type,
   BSTR Name
);

Parameters

Type
MemberValueDescription
eVectorElem0Vector geometric element.
eAxesElem1Axes geometric element.
eAngleElem2Angle geometric element.
ePointElem3Point geometric element.
ePlaneElem4Plane geometric element.
Name

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.