Specifies the TinSurfaceEdges on which to output the points.

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

Syntax

C#
public IEnumerable<TinSurfaceEdge> Edges { get; set; }
Visual Basic
Public Property Edges As IEnumerable(Of TinSurfaceEdge)
	Get
	Set
Visual C++
public:
property IEnumerable<TinSurfaceEdge^>^ Edges {
	IEnumerable<TinSurfaceEdge^>^ get ();
	void set (IEnumerable<TinSurfaceEdge^>^ value);
}

Remarks

This property is available when the OutputLocations property is SurfacePointOutputLocationsType.EdgeMidPoinits.

See Also