DK11 for ActiveX | TatukGIS_XDK11.TGIS_ParamsSectionVector | Classes | Methods | Properties
Section parameters for vectors.
// C# public class TGIS_ParamsSectionVector : ITGIS_ParamsSectionVector { }
' VisualBasic Public Class TGIS_ParamsSectionVector Implements ITGIS_ParamsSectionVector End Class
// Oxygene type TGIS_ParamsSectionVector = public class end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
CreateCopy | public | Make a copy of the object. (Inherited from ITGIS_ParamsAbstract) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
LoadFromConfig | public | Load parameters from the configuration file. (Inherited from ITGIS_ParamsAbstract) |
|
ResetSerial | public | Reset serial numer conter. (Inherited from ITGIS_ParamsAbstract) |
|
SaveToConfig | public | Save parameters into the configuration file. (Inherited from ITGIS_ParamsAbstract) |
|
Touch | public | Touch the object by incrementing Serial number. (Inherited from ITGIS_ParamsAbstract) |
|
Name | Visibility | Description | |
---|---|---|---|
Area | public | Area parameters object. | |
Basement | public | Basement enforcement (for 3D mode). | |
Chart | public | Chart parameters object. | |
FalseM | public | M coordinate offset (for 3D mode); Default is 0. | |
FalseMAsText | public | FalseM. Grouping as a text property all properties that affect FalseM presentation.Uses AsText parameter syntax. | |
FalseZ | public | Z coordinate offset (for 3D mode); Default is 0. (Inherited from ITGIS_ParamsSection) |
|
FalseZAsText | public | FalseZ. Grouping as a text property all properties that affect FalseZ presentation.Uses AsText parameter syntax. (Inherited from ITGIS_ParamsSection) |
|
Ground | public | Ground relation mode (for 3D mode). | |
InternalIndex | public | Only for internal use of TatukGIS. (Inherited from ITGIS_ParamsSection) |
|
Labels | public | Labels parameters object. | |
Legend | public | Text for caption in legend component. (Inherited from ITGIS_ParamsSection) |
|
Line | public | Line parameters object. | |
Marker | public | Marker parameters object. | |
MaxLevel | public | Ending visibility level. (Inherited from ITGIS_ParamsSection) |
|
MaxScale | public | Ending visibility zoom. (Inherited from ITGIS_ParamsSection) |
|
MaxZoom | public | Ending visibility zoom; if positive, then value refers to pixels; If negative then value refers to twips (1/1440 of inch). (Inherited from ITGIS_ParamsSection) |
|
MinLevel | public | Starting visibility level. (Inherited from ITGIS_ParamsSection) |
|
MinScale | public | Starting visibility zoom. (Inherited from ITGIS_ParamsSection) |
|
MinZoom | public | Starting visibility zoom; if positive, then value refers to pixels; If negative then value refers to twips (1/1440 of inch). (Inherited from ITGIS_ParamsSection) |
|
NormalizedM | public | If no Off then M coordinated scaling should be normalized according to viewer size. | |
NormalizedZ | public | If not Off then Z coordinated scaling should be normalized according to viewer size. (Inherited from ITGIS_ParamsSection) |
|
Query | public | Expression which describes when the section is active. | |
Render | public | Render parameters object. | |
ScaleM | public | M coordinate scaling (for 3D mode); Default is 1. | |
ScaleZ | public | Z coordinate scaling (for 3D mode); Default is 1. (Inherited from ITGIS_ParamsSection) |
|
Serial | public | Serial number updated after any property change. (Inherited from ITGIS_ParamsAbstract) |
|
Shape | public | assigned shape if parameter is on a shape level; nil if parameter is on a layer level. (Inherited from ITGIS_ParamsSection) |
|
Style | public | Style name. (Inherited from ITGIS_ParamsSection) |
|
UserObject | public | UserObject can be used to associate with Params a user-defined object. (Inherited from ITGIS_ParamsAbstract) |
|
Visible | public | Checks whether a layer section is visible. (Inherited from ITGIS_ParamsSection) |
|