SurfacePointOutputOptionsOutputRegions Property |
Specifies the areas in which to output the points.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic IEnumerable<Point3dCollection> OutputRegions { get; set; }
Public Property OutputRegions As IEnumerable(Of Point3dCollection)
Get
Set
public:
property IEnumerable<Point3dCollection^>^ OutputRegions {
IEnumerable<Point3dCollection^>^ get ();
void set (IEnumerable<Point3dCollection^>^ value);
}
Property Value
IEnumerablePoint3dCollection
Remarks
This property is available when the OutputLocations is not SurfacePointOutputLocationsType.EdgeMidPoinits.
See Also