Provides verification of the availability of borderwall edge altitude reference.
[Visual Basic .NET] |
---|
Public Function IsAltRefTypeSupported( _ ByVal RefType As AgEBorderWallUpperLowerEdgeAltRef _ ) As Boolean |
[C#] |
---|
public bool IsAltRefTypeSupported( AgEBorderWallUpperLowerEdgeAltRef RefType ); |
[Managed C++] |
---|
public: bool IsAltRefTypeSupported( AgEBorderWallUpperLowerEdgeAltRef RefType ); |
[Unmanaged C++] |
---|
public: HRESULT IsAltRefTypeSupported( AgEBorderWallUpperLowerEdgeAltRef RefType, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool isAltRefTypeSupported( AgEBorderWallUpperLowerEdgeAltRef RefType ); |
[Python - STK API ] |
---|
def IsAltRefTypeSupported(self, RefType:"AgEBorderWallUpperLowerEdgeAltRef") -> bool: |
- RefType