Gets the second edge of the triangle.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public TinSurfaceEdge Edge2 { get; }
Visual Basic
Public ReadOnly Property Edge2 As TinSurfaceEdge Get
Visual C++
public: property TinSurfaceEdge^ Edge2 { TinSurfaceEdge^ get (); }
Remarks
- The Edge2 is composed of the triangle's Vertex2 and Vertex3.
- The Vertex1 of Edge2 is Vertex2 of the triangle and Vertex2 of Edge2 is Vertex3 of the triangle.