AGI STK Objects 11 Send comments on this topic.
IsPositionTypeSupported Method (IAgVeVOBPlaneTargetPoint)
See Also 
Position





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
);

[Java]
public bool isPositionTypeSupported(
AgEVeVOBPlaneTargetPointPosition Position
);

[Unmanaged C++]
public: HRESULT IsPositionTypeSupported(
AgEVeVOBPlaneTargetPointPosition Position,
VARIANT_BOOL * ReturnValue
);

Parameters

Position
Member Value Description
ePositionCartesian 0 Cartesian Position
ePositionPolar 1 Polar Position

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1