public enum TerrainWindowSizeMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum TerrainWindowSizeMethod Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum TerrainWindowSizeMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum TerrainWindowSizeMethod Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
ZAverage | Average Z (point at which the Z value is the closest to the average). |
ZMaximum | Z maximum. |
ZMinimum | Z minimum. |
ZMinZMax | Minimum or maximum Z. |
var pyramidType = terrainDef.GetPyramidType(); var pyramidProps = terrainDef.GetPyramidWindowSizeProperties(); var method = pyramidProps.Method; var threshold = pyramidProps.ZThreshold; var strategy = pyramidProps.ZThresholdStrategy;
System.Object
System.ValueType
System.Enum
ArcGIS.Core.Data.Analyst3D.TerrainWindowSizeMethod
Target Platforms: Windows 11, Windows 10