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] |
|---|
|
| [C#] |
|---|
public IAgVORefCrdn GetCrdnByName( AgEGeometricElemType Type, string Name ); |
| [Managed C++] |
|---|
public: IAgVORefCrdn^ GetCrdnByName( AgEGeometricElemType Type, String __gc ^ Name ); |
| [Java] |
|---|
public IAgVORefCrdn getCrdnByName( AgEGeometricElemType Type, String Name ); |
| [Unmanaged C++] |
|---|
|
- Type
- Name





