Gets a value indicating whether the specified type can be used.
[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: |
- Position