DK11 for ActiveX | TatukGIS_XDK11.ITGIS_EditorPointState | Interfaces | Methods | Properties
For internal use of TGIS_Editor. Status of point editing.
// C# public interface ITGIS_EditorPointState: ITBaseObject { }
' VisualBasic Public Interface ITGIS_EditorPointState Implements ITBaseObject End Class
// Oxygene type ITGIS_EditorPointState = public interface( ITBaseObject ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Name | Visibility | Description | |
---|---|---|---|
Action | public | Action to be performed. | |
Buf | public | Buffer for editing - all points in part. | |
Count | public | Number of points in buffer. | |
MouseStart | public | Start mouse position - to track minimal movements. | |
MustDeleteOrMove | public | If True point must be deleted. | |
Point | public | New position of point. | |
Pos | public | Position of points in buffer. | |
WasMouseBegin | public | Switched on MouseBegin/MouseEnd. | |