Share

SurfaceOperationAddDEMFile Class

This class encapsulates the operation of adding DEM file to a surface.

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesSurfaceOperation
    Autodesk.Civil.DatabaseServicesSurfaceOperationAddDEMFile


Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public class SurfaceOperationAddDEMFile : SurfaceOperation

VB

Public Class SurfaceOperationAddDEMFile
	Inherits SurfaceOperation

C++

public ref class SurfaceOperationAddDEMFile : public SurfaceOperation

The SurfaceOperationAddDEMFile type exposes the following members.

Properties

 NameDescription
Public propertyCoordinateSystemCode Gets the coordinate system code applied for transformation in the current adding DEM file operation.
Public propertyCustomeNullElevation Gets the custome null elevation value.
Public propertyDEMFileName Gets or sets the full path of the DEM file.
Public propertyEnabled Gets or sets whether this operation is included when the surface is built.
(Inherited from SurfaceOperation)
Public propertyFileSize Gets the size of the DEM file.
Public propertyUseCustomNullElevation Gets a boolean value that specifies whether to use the custome null elevation in the current adding DEM file operation.

Methods

 NameDescription
Public methodDispose
(Inherited from SurfaceOperation)
Public methodMoveDown Moves the operation one position down in the operation list.
(Inherited from SurfaceOperation)
Public methodMoveToBottom Moves the operation to the bottom of the operation list.
(Inherited from SurfaceOperation)
Public methodMoveToTop Moves the operation to the top of the operation list.
(Inherited from SurfaceOperation)
Public methodMoveUp Moves the operation one position up in the operation list.
(Inherited from SurfaceOperation)

Remarks

An instance of this class is returned by the AddDEMFile() method.

See Also

Reference

Was this information helpful?