DK11 for .NET | TatukGIS.NDK.TGIS_DbAbstract.sqlTableSetGeometry | Overloads | Constructors | Fields | Methods | Properties | Events
Set a geometry to the table.
// C# public virtual abstract void sqlTableSetGeometry( int _id, string _name, OleVariant _data, TGIS_MemoryStream _blob );
' VisualBasic Public Overridable MustOverride Sub sqlTableSetGeometry( ByVal _id As Integer, ByVal _name As String, ByVal _data As OleVariant, ByVal _blob As TGIS_MemoryStream )
// Oxygene public procedure sqlTableSetGeometry( _id : Integer; _name : String; _data : OleVariant; _blob : TGIS_MemoryStream ); virtual; abstract;
Name | Type | Description |
---|---|---|
_id | int Integer | table index |
_name | string String | name of the field |
_data | OleVariant | shape data |
_blob | TGIS_MemoryStream | data stream for pixelstore |