ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TerrainDefinition Class
Properties Methods


In This Topic
    TerrainDefinition Class Members
    In This Topic

    The following tables list the members exposed by TerrainDefinition.

    Public Properties
     NameDescription
    Public PropertyOverridden. Gets the ArcGIS.Core.Data.DatasetType of the terrain dataset. Returns ArcGIS.Core.Data.DatasetType.Terrain.  
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public MethodGets an ArcGIS.Core.Geometry.Envelope representing the maximum extent of the data that is contained by the Terrain. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the names of all the ArcGIS.Core.Data.FeatureClasss that participate in the Terrain. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the definition. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Definition)
    Public MethodGets the TerrainPyramidType of the Terrain. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the TerrainWindowSizeProperties of the Terrain. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the ArcGIS.Core.Geometry.SpatialReference for the Terrain. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the tile size for the Terrain. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also