DK11 for ActiveX | TatukGIS_XDK11.TGIS_PredefinedLineSymbolList | Classes | Methods | Properties
List of predefined line symbols. Should be used only in the context of the extended line symbology editor (TGIS_LineSymbolEditor).
// C# public class TGIS_PredefinedLineSymbolList : ITGIS_PredefinedLineSymbolList { }
' VisualBasic Public Class TGIS_PredefinedLineSymbolList Implements ITGIS_PredefinedLineSymbolList End Class
// Oxygene type TGIS_PredefinedLineSymbolList = public class end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
GetEnd | public | Retrieves a symbol end element from the list. | |
GetLine | public | Retrieves a symbol line element from the list. | |
GetStart | public | Retrieves a symbol start element from the list. | |
PrepareSymbol | public | Prepares a line symbol as a combination of start, line and end elements of specific indexes. | |
Name | Visibility | Description | |
---|---|---|---|
EndCount | public | Number of symbol end elements. | |
LineCount | public | Number of symbol line elements. | |
StartCount | public | Number of symbol start elements. | |