DK for ActiveX | TatukGIS_XDK11.ITGIS_ParamsAbstract | Interfaces | Methods | Properties
Abstract base class for all GIS parameter containers.
// C# public interface ITGIS_ParamsAbstract: ITBaseObject { }
' VisualBasic Public Interface ITGIS_ParamsAbstract Implements ITBaseObject End Class
// Oxygene type ITGIS_ParamsAbstract = public interface( ITBaseObject ) end;
| Name | Visibility | Description | |
|---|---|---|---|
| AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
| CreateCopy | public | Make a copy of the object. | |
| DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
| IsModified | public | Indicates whether the current Serial value differs from the reset baseline and the params object was modified. | |
| LoadFromConfig | public | Loads parameters from configuration storage. | |
| LoadFromShapeConfig | public | Loads parameters from a shape style string. | |
| ResetSerial | public | Reset serial number counter. | |
| SaveToConfig | public | Saves parameters to configuration storage. | |
| Touch | public | Touch the object by incrementing Serial number. | |
| Name | Visibility | Description | |
|---|---|---|---|
| Serial | public | Serial number incremented after any property change and used for modification tracking, including smart legend updates. | |
| UserObject | public | User-defined object associated with these params. | |