SurfacePointOutputOptionsOutputLocations Property

Specifies the type of output location for the points.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfacePointOutputLocationsType OutputLocations { get; set; }

Property Value

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