Specifies the type of output location for the points.

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

Syntax

C#
public SurfacePointOutputLocationsType OutputLocations { get; set; }
Visual Basic
Public Property OutputLocations As SurfacePointOutputLocationsType
	Get
	Set
Visual C++
public:
property SurfacePointOutputLocationsType OutputLocations {
	SurfacePointOutputLocationsType get ();
	void set (SurfacePointOutputLocationsType value);
}

Remarks

These properties are required for the following OutputLocations types:
  • GridBased: OutputRegion, GridSpacingX, GridSpacingY, GridOrientation
  • Centroids: OutputRegion
  • RandomPoints: OutputRegion, OutputPointsNumber
  • EdgeMidPoinits: Edges

See Also