Adds a VGT component to the collection. The
path must refer to a valid VGT component. The method throws an
exception if the path is invalid or if the element already
exist.
| [Visual Basic .NET] |
|---|
Public Function Add( _
ByVal Type As AgEGeometricElemType, _
ByVal Name As String _
) As IAgVORefCrdn
|
| [C#] |
|---|
public IAgVORefCrdn Add(
|
| [Managed C++] |
|---|
public: IAgVORefCrdn^ Add(
|
| [Java] |
|---|
public IAgVORefCrdn add(
|
| [Unmanaged C++] |
|---|
public: HRESULT Add(
|
- Type
-
Member Value Description eVectorElem 0 Vector geometric element. eAxesElem 1 Axes geometric element. eAngleElem 2 Angle geometric element. ePointElem 3 Point geometric element. ePlaneElem 4 Plane geometric element. - Name
- The name of the ReferenceCrdn.