Sets the position type of the BPlane target point.
| [Visual Basic .NET] |
|---|
Public Sub SetPositionType( _ ByVal Position As AgEVeVOBPlaneTargetPointPosition _ ) |
| [C#] |
|---|
public void SetPositionType( |
| [Managed C++] |
|---|
public: void SetPositionType( |
| [Java] |
|---|
public setPositionType( |
| [Unmanaged C++] |
|---|
public: HRESULT SetPositionType( |
- Position
Member Value Description ePositionCartesian 0 Cartesian Position ePositionPolar 1 Polar Position
