CNiCursor3D::SetPosition

3D Graph

Class
CNiCursor3D::
SetPosition()
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: SetColorNext page: CNiCursor3D    
Public Function Declared in:
NiCursor3D.h

'Declaration' icon -- Shortcut to top of page. Declaration

void SetPosition(
    double xPosition,
    double yPosition,
    double zPosition);

'Description' icon -- Shortcut to top of page. Description

Sets the x, y, and z axis positions of the cursor at the same time.

Notes:

1. The SnapMode affects the actual position of the cursor.

2. See the CNiCursor3D overview for information about using date/time values.

Shortcut to top of page. Parameters

double xPosition

The X coordinate of the cursor.

double yPosition

The Y coordinate of the cursor.

double zPosition

The Z coordinate of the cursor.

'See Also' icon -- Shortcut to top of page. See Also