STK ObjectsSend comments on this topic.
IsAltRefTypeSupported Method (IAgVOBorderWall)
See Also
RefType
Windows





Windows & Linux

Description

Provides verification of the availability of borderwall edge altitude reference.

Syntax

[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:

Parameters

RefType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.