Property | Type | Description | |
---|---|---|---|
Layer | GroupLayer | ||
Line | Graphic | ||
MLayer | GraphicsLayer | ||
_finish | Graphic | ||
_start | Graphic | ||
finishPoint | csPoint | ||
startPoint | csPoint |
Method | Description | |
---|---|---|
Angle ( double px1, double py1, double px2, double py2 ) : double | ||
Attach ( string state, Graphic g ) : void | ||
FixRotation ( string state ) : void | ||
GetDistance ( ) : double | ||
Init ( GroupLayer gl, MapPoint start, MapPoint finish, System.Windows.ResourceDictionary rd ) : void | ||
Send3DMessage ( ) : void |
Method | Description | |
---|---|---|
Detach ( string _state ) : void | ||
Remove ( ) : void | ||
StartRotation ( string state ) : void | ||
StopRotation ( ) : void | ||
UpdateLine ( ) : void | ||
UpdatePoint ( string state, MapPoint geometry ) : void | ||
UpdateTimerElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void | ||
ViewDef_MapManipulationDelta ( object sender, |
||
dtr_Tick ( object sender, |
public Angle ( double px1, double py1, double px2, double py2 ) : double | ||
px1 | double | |
py1 | double | |
px2 | double | |
py2 | double | |
return | double |
public Attach ( string state, Graphic g ) : void | ||
state | string | |
g | Graphic | |
return | void |
public Init ( GroupLayer gl, MapPoint start, MapPoint finish, System.Windows.ResourceDictionary rd ) : void | ||
gl | GroupLayer | |
start | MapPoint | |
finish | MapPoint | |
rd | System.Windows.ResourceDictionary | |
return | void |