public enum TerrainPyramidType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum TerrainPyramidType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum TerrainPyramidType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum TerrainPyramidType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
WindowSize | Window size pyramid type. |
ZTolerance | Z tolerance pyramid type. |
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.TerrainPyramidType
Target Platforms: Windows 11, Windows 10