SurfacePointOutputOptionsOutputRegions Property

Specifies the areas in which to output the points.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public IEnumerable<Point3dCollection> OutputRegions { get; set; }

Property Value

IEnumerablePoint3dCollection
Remarks
This property is available when the OutputLocations is not SurfacePointOutputLocationsType.EdgeMidPoinits.
See Also