DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.ExportToVAR | Methods | Properties
Exports shape geometry to the internal Variant-based binary format used by DK11 shape serialization.
// C# public void ExportToVAR( ref OleVariant _var );
' VisualBasic Public Sub ExportToVAR( ByRef _var As OleVariant )
// Oxygene public procedure ExportToVAR( var _var : OleVariant );
| Name | Type | Description |
|---|---|---|
| _var | OleVariant | Output internal geometry data stored in an OleVariant array. |
PURPOSE: Provides access to the framework's internal geometry representation for low-level processing and internal data exchange.
BEHAVIOR: Serializes the shape to a raw Variant array in the internal format expected by DK11 components.
CONSTRAINTS: Internal-use format only. The binary layout is implementation-specific and should not be treated as a stable external interchange format.