DK11 for ActiveX | TatukGIS_XDK11.TGIS_SymbolLineEx | Classes | Methods | Properties
Encapsulation of extended line symbols.
// C# public class TGIS_SymbolLineEx : ITGIS_SymbolLineEx { }
' VisualBasic Public Class TGIS_SymbolLineEx Implements ITGIS_SymbolLineEx End Class
// Oxygene type TGIS_SymbolLineEx = public class end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
ClearCache | public | Clear the internal representation of a symbol. (Inherited from ITGIS_SymbolAbstract) |
|
Create_ | public | Create a Line symbol. | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Draw | public | Draw the symbol. (Inherited from ITGIS_SymbolAbstract) |
|
Prepare | public | Prepare symbol (Inherited from ITGIS_SymbolAbstract) |
|
Prepare_2 | public | Prepare symbol (Inherited from ITGIS_SymbolAbstract) |
|
Unprepare | public | Unprepare symbol. (Inherited from ITGIS_SymbolAbstract) |
|
Name | Visibility | Description | |
---|---|---|---|
AutoCenter | public | Autocentering symbol in 50% of the size. (Inherited from ITGIS_SymbolAbstract) |
|
Center | public | Center point of the symbol in percent of the size. (Inherited from ITGIS_SymbolAbstract) |
|
Height | public | Height of symbol in pixels. (Inherited from ITGIS_SymbolAbstract) |
|
IsFileBased | public | If True, then symbol is file based - name is same as path. (Inherited from ITGIS_SymbolAbstract) |
|
Name | public | Name of the symbol. (Inherited from ITGIS_SymbolAbstract) |
|
Size | public | Size of the symbol in pixels. (Inherited from ITGIS_SymbolAbstract) |
|
Width | public | Width of the symbol in pixels. (Inherited from ITGIS_SymbolAbstract) |
|