SurfacePointOutputOptionsEdges Property

Specifies the TinSurfaceEdges on which to output the points.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public IEnumerable<TinSurfaceEdge> Edges { get; set; }

Property Value

IEnumerableTinSurfaceEdge
Remarks
This property is available when the OutputLocations property is SurfacePointOutputLocationsType.EdgeMidPoinits.
See Also