AGI STK Objects 11Send 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
);
[Java]
public bool isPositionTypeSupported(
   AgEVeVOBPlaneTargetPointPosition Position
);
[Unmanaged C++]
public: HRESULT IsPositionTypeSupported(
   AgEVeVOBPlaneTargetPointPosition Position,
   VARIANT_BOOL * ReturnValue
);

Parameters

Position
MemberValueDescription
ePositionCartesian0Cartesian Position
ePositionPolar1Polar Position

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.