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


In This Topic
    Terrain Class Members
    In This Topic

    The following tables list the members exposed by Terrain.

    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public PropertyOverridden. Gets the ArcGIS.Core.Data.DatasetType of this terrain dataset. Returns ArcGIS.Core.Data.DatasetType.Terrain.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public MethodGets the number of datasources used in this terrain. Also see GetDataSources. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the list of TerrainDataSource used in this terrain. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the data store of this dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public MethodGets the TerrainDefinition of this terrain dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets an ArcGIS.Core.Geometry.Envelope representing the maximum extent of the data that has been stored in this terrain. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the ArcGIS.Core.Data.FeatureDataset in which this terrain is contained. This method must be called on the MCT. Use QueuedTask.Run  
    Public Method Gets the name of the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public Method Gets the URI path to the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public Method Gets the number of points in this terrain. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the number of pyramid levels in this terrain. Also see GetPyramidLevels. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the pyramid level information for this terrain. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the ArcGIS.Core.Data.RegistrationType of a dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public Method Gets the tile properties of the terrain. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if the terrain is dirty. That is, it has been edited since it was last built. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if the terrain is valid. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if the terrain needs rebuilding. That is, it has been edited or is invalid since it was last built. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if the terrain is defined using the Constrained Delaunay triangulation technique. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    Extension Methods
     NameDescription
    Public Extension Method Gets the CIMDataConnection for the specified dataset. This method must be called on the MCT. Use QueuedTask.Run.
    Top
    See Also