Share

SettingsCmdAddPointsToSurface.SurfaceOption Property

Specifies the type of surface which points are added to.



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

Syntax

C#

public PropertyEnum<PointCloudSurfaceType> SurfaceOption { get; }

VB

Public ReadOnly Property SurfaceOption As PropertyEnum(Of PointCloudSurfaceType)
	Get

C++

public:
property PropertyEnum<PointCloudSurfaceType>^ SurfaceOption {
	PropertyEnum<PointCloudSurfaceType>^ get ();
}

Property Value

PropertyEnumPointCloudSurfaceType

See Also

Reference

Was this information helpful?