STK ObjectsSend comments on this topic.
IsPositionTypeSupported Method (IAgVeVOBPlaneTargetPoint)
See Also
Position
Windows





Windows & Linux

Description

Gets a value indicating whether the specified type can be used

Syntax

[Visual Basic .NET]
Public Function IsPositionTypeSupported( _
    ByVal Position As AgEVeVOBPlaneTargetPointPosition _
) As Boolean
[C#]
public bool IsPositionTypeSupported(
    AgEVeVOBPlaneTargetPointPosition Position
);
[Managed C++]
public: bool IsPositionTypeSupported(
    AgEVeVOBPlaneTargetPointPosition Position
);
[Unmanaged C++]
public: HRESULT IsPositionTypeSupported(
    AgEVeVOBPlaneTargetPointPosition Position,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isPositionTypeSupported(
    AgEVeVOBPlaneTargetPointPosition Position
);
[Python - STK API ]
def IsPositionTypeSupported(self, Position:"AgEVeVOBPlaneTargetPointPosition") -> bool:

Parameters

Position

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.