An enumeration that specifies the object type that the surface points data are created from in the SurfaceOperationAddDrawingObject operation.

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

Syntax

C#
public enum SurfaceDrawObjectType
Visual Basic
Public Enumeration SurfaceDrawObjectType
Visual C++
public enum class SurfaceDrawObjectType

Members

Member nameValueDescription
PolyFace5
Face4
Line1
Block2
Point0
Text3

See Also