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