ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / Terrain Class


In This Topic
    Terrain Class Methods
    In This Topic

    For a list of all members of this type, see Terrain members.

    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.
    Public Extension Method Gets whether the dataset is a knowledge graph dataset or not. This method must be called on the MCT. Use QueuedTask.Run.
    Top
    See Also