DK11 for .NET | TatukGIS.NDK.TGIS_LayerSqlAbstract.Build | Overloads | Constructors | Fields | Methods | Properties
// C# public void Build( string _path, TGIS_Extent _extent, TGIS_ShapeType _type, TGIS_DimensionType _dim );
' VisualBasic Public Sub Build( ByVal _path As String, ByVal _extent As TGIS_Extent, ByVal _type As TGIS_ShapeType, ByVal _dim As TGIS_DimensionType )
// Oxygene public procedure Build( _path : String; _extent : TGIS_Extent; _type : TGIS_ShapeType; _dim : TGIS_DimensionType ); override;
Name | Type | Description |
---|---|---|
_path | string String | path to .ttkls file; if empty the build base on existing parameters SQLParameter; if points to non-existent file then will be treated as a list of CRLF or '\n' delimited parameter |
_extent | TGIS_Extent | |
_type | TGIS_ShapeType | |
_dim | TGIS_DimensionType |