Gets a value indicating whether the geometry has Z values specified.
Namespace:
ESRI.ArcGISExplorer.GeometryAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public override bool ZSpecified { get; } |
Visual Basic (Declaration) |
---|
Public Overrides ReadOnly Property ZSpecified As Boolean |
Field Value
trueTruetruetrue (True in Visual Basic) if Z's are specified; otherwise, falseFalsefalsefalse (False in Visual Basic).Remarks
The property will only be trueTruetruetrue (True in Visual Basic) if all the individual points making up the geometry have Z values defined. If any Z's have a NaN value then the property will be falseFalsefalsefalse (False in Visual Basic).
Version Information: This property is supported from version 2.0.0.1500.