User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.paramsasdrawn_itgis_paramssectionvector

Table of Contents

ITGIS_Shape.ParamsAsDrawn method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.ParamsAsDrawn | Methods | Properties

Get a shape styling parameters used during drawing on a viewer and fill _params parameter with them.

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

Syntax

// C#
public void ParamsAsDrawn(
  ITGIS_ParamsSectionVector _params
);
' VisualBasic
Public Sub ParamsAsDrawn(
  ByVal _params As ITGIS_ParamsSectionVector
)
// Oxygene
public
  procedure ParamsAsDrawn(
    _params : ITGIS_ParamsSectionVector
  );

Parameters

Name Type Description
_params ITGIS_ParamsSectionVector params to be set (must be allocated)

Remarks

The result parameters are resolved using the current viewer context.
Internally use TGIS_LayerVector.ShapeParamsAsDrawn.

2022/11/16 01:11

Page Tools