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 
[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 * pRetVal
);

Parameters

Position

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.