OutputRegions Property

Specifies the areas in which to output the points.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public IEnumerable<Point3dCollection> OutputRegions { get; set; }

Visual Basic

Public Property OutputRegions As IEnumerable(Of Point3dCollection)
	Get
	Set

Visual C++

public:
property IEnumerable<Point3dCollection^>^ OutputRegions {
	IEnumerable<Point3dCollection^>^ get ();
	void set (IEnumerable<Point3dCollection^>^ value);
}

Remarks

This property is available when the OutputLocations is not SurfacePointOutputLocationsType.EdgeMidPoinits.

See Also