User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.paramsasdrawn_tgis_paramssectionvector

Table of Contents

TGIS_Shape.ParamsAsDrawn method

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.ParamsAsDrawn | Constructors | Fields | Methods | Properties

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

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

Syntax

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

Parameters

Name Type Description
_params TGIS_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:35

Page Tools