Table of Contents

Method OnChangeCoord

Namespace
vdControls
Assembly
vdFramedControl.dll

OnChangeCoord(short, double, double, double, ref string)

Represents the method that will handle the ChangeCoord event.

public void OnChangeCoord(short stype, double x, double y, double z, ref string NewString)

Parameters

stype short

If stype=0 then the string will be polar dist/angle.

x double

The x coordinate

y double

The y coordinate

z double

The z coordinate

NewString string

The string that is going to be displayed.