Table of Contents

Method getUserWalkThrough

Namespace
VectorDraw.Professional.ActionUtility
Assembly
VectorDraw.Professional.dll

getUserWalkThrough(double)

Enables the Walkthrough action of vdraw, where the users can navigate through the drawing by controlling the camera.

public StatusCode getUserWalkThrough(double stepMoveMent)

Parameters

stepMoveMent double

The size of the step on each movement performed. The bigger the step, the faster the movement.

Returns

StatusCode

Returns a status code indicating the success of the action.

Remarks

You should set the stepMoveMent = -1.0 so we calculate a good step for the current drawing depending of the BoundingBox of the entities.The user can set a value if he knows the optimal step for his drawing.