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.
// 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;