Returns an element with the specified name and type. The method throws an exception if the element with the specified name does not exist.
| [Visual Basic .NET] |
|---|
Public Function GetCrdnByName( _ ByVal Type As AgEGeometricElemType, _ ByVal Name As String _ ) As IAgVORefCrdn |
| [C#] |
|---|
public IAgVORefCrdn GetCrdnByName( |
| [Managed C++] |
|---|
public: IAgVORefCrdn^ GetCrdnByName( |
| [Java] |
|---|
public IAgVORefCrdn getCrdnByName( |
| [Unmanaged C++] |
|---|
public: HRESULT GetCrdnByName( |
- 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
