Share

SurfacePointOutputOptions.OutputRegions Property

Specifies the areas in which to output the points.



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

Syntax

C#

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

VB

Public Property OutputRegions As IEnumerable(Of Point3dCollection)
	Get
	Set

C++

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

Reference

Was this information helpful?