User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_paramssection.normalizedz

Table of Contents

ITGIS_ParamsSection.NormalizedZ property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ParamsSection.NormalizedZ | Methods | Properties

If not Off then Z coordinated scaling should be normalized according to viewer size. Useful for data which Z coordinate does not represent heights. Default is Off.

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

Syntax

// C#
public TGIS_3DNormalizationType NormalizedZ
{
  get {}
  set {}
}
' VisualBasic
Public Property NormalizedZ As TGIS_3DNormalizationType
  Get
  End Get
  Set(ByVal value As TGIS_3DNormalizationType)
  End Set
End Property
// Oxygene
public
  property NormalizedZ : TGIS_3DNormalizationType read read;

Value

2022/11/30 19:09

Page Tools