Share

SurfacePointOutputOptions.Edges Property

Specifies the TinSurfaceEdges on which to output the points.



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

Syntax

C#

public IEnumerable<TinSurfaceEdge> Edges { get; set; }

VB

Public Property Edges As IEnumerable(Of TinSurfaceEdge)
	Get
	Set

C++

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

Reference

Was this information helpful?