Specifies the type of surface which points are added to.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public PropertyEnum<PointCloudRegionType> RegionOption { get; } |
Visual Basic |
---|
Public ReadOnly Property RegionOption As PropertyEnum(Of PointCloudRegionType) Get |
Visual C++ |
---|
public: property PropertyEnum<PointCloudRegionType>^ RegionOption { PropertyEnum<PointCloudRegionType>^ get (); } |