User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.exporttovar_olevariant

Table of Contents

ITGIS_Shape.ExportToVAR method

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.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public void ExportToVAR(
  ref OleVariant _var
);
' VisualBasic
Public Sub ExportToVAR(
  ByRef _var As OleVariant
)
// Oxygene
public
  procedure ExportToVAR(
    var _var : OleVariant
  );

Parameters

Name Type Description
_var OleVariant Output internal geometry data stored in an OleVariant array.

Remarks

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.

2026/07/05 01:25

Page Tools