Gets the first edge of the triangle.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public TinSurfaceEdge Edge1 { get; }
VB
Public ReadOnly Property Edge1 As TinSurfaceEdge Get
C++
public: property TinSurfaceEdge^ Edge1 { TinSurfaceEdge^ get (); }
Property Value
TinSurfaceEdgeRemarks
- The Edge1 is composed of the triangle's Vertex1 and Vertex2.
- The Vertex1 of Edge1 is Vertex1 of the triangle and Vertex2 of Edge1 is Vertex2 of the triangle.