SurfacePointOutputOptionsOutputLocations Property |
Specifies the type of output location for the points.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SurfacePointOutputLocationsType OutputLocations { get; set; }
Public Property OutputLocations As SurfacePointOutputLocationsType
Get
Set
public:
property SurfacePointOutputLocationsType OutputLocations {
SurfacePointOutputLocationsType get ();
void set (SurfacePointOutputLocationsType value);
}
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