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( AgEGeometricElemType Type, string Name ); |
[Managed C++] |
---|
public: IAgVORefCrdn^ GetCrdnByName( AgEGeometricElemType Type, String __gc ^ Name ); |
[Unmanaged C++] |
---|
public: HRESULT GetCrdnByName( AgEGeometricElemType Type, BSTR Name, IAgVORefCrdn ** ppVal ); |
[Java] |
---|
public IAgVORefCrdn getCrdnByName( AgEGeometricElemType Type, String Name ); |
[Python - STK API ] |
---|
def GetCrdnByName(self, Type:"AgEGeometricElemType", Name:str) -> "IAgVORefCrdn": |
- Type
- Name