SurfacePointOutputOptionsEdges Property |
Specifies the TinSurfaceEdges on which to output the points.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic IEnumerable<TinSurfaceEdge> Edges { get; set; }
Public Property Edges As IEnumerable(Of TinSurfaceEdge)
Get
Set
public:
property IEnumerable<TinSurfaceEdge^>^ Edges {
IEnumerable<TinSurfaceEdge^>^ get ();
void set (IEnumerable<TinSurfaceEdge^>^ value);
}
Property Value
IEnumerableTinSurfaceEdge
Remarks
This property is available when the OutputLocations property is SurfacePointOutputLocationsType.EdgeMidPoinits.
See Also