Specifies the type of surface which points are added to.

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

Syntax

C#
public PropertyEnum<PointCloudSurfaceType> SurfaceOption { get; }
Visual Basic
Public ReadOnly Property SurfaceOption As PropertyEnum(Of PointCloudSurfaceType)
	Get
Visual C++
public:
property PropertyEnum<PointCloudSurfaceType>^ SurfaceOption {
	PropertyEnum<PointCloudSurfaceType>^ get ();
}

See Also