DK11 for ActiveX | TatukGIS_XDK11.ITGIS_SymbolCGM | Interfaces | Methods | Properties
Encapsulation of CGM symbols.
// C# public interface ITGIS_SymbolCGM: ITGIS_SymbolAbstract { }
' VisualBasic Public Interface ITGIS_SymbolCGM Implements ITGIS_SymbolAbstract End Class
// Oxygene type ITGIS_SymbolCGM = public interface( ITGIS_SymbolAbstract ) 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 CGM symbol. | |
Create_2 | public | Create a CGM 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) |
|
Binary | public | True if CGM is in binary format; False if CGM is in text format. | |
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) |
|