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<PointCloudRegionType> RegionOption { get; }
VB
Public ReadOnly Property RegionOption As PropertyEnum(Of PointCloudRegionType) Get
C++
public: property PropertyEnum<PointCloudRegionType>^ RegionOption { PropertyEnum<PointCloudRegionType>^ get (); }