DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LineSymbolParser | Interfaces | Methods
Utility for dealing with a string that is to become a TGIS_SymbolLineEx. Should be used only in the context of the extended line symbology editor (TGIS_LineSymbolEditor).
// C# public interface ITGIS_LineSymbolParser: ITBaseObject { }
' VisualBasic Public Interface ITGIS_LineSymbolParser Implements ITBaseObject End Class
// Oxygene type ITGIS_LineSymbolParser = public interface( ITBaseObject ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Compactify | public | Prepares a compact version of the symbol defining string. | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Expand | public | Prepares an expanded version of the symbol defining string. | |
IsClosed | public | Tells whether the symbol definition is properly closed after all the lines/parts were parsed. | |
Parse | public | Performs a preliminary syntax check of the symbol defining string. | |
Reset | public | Resets the parser state for parsing a new symbol definition. | |