TinSurfaceEdgeTriangle2 Property

Gets the second triangles that the edge belongs to, if it belongs to two triangles.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public TinSurfaceTriangle Triangle2 { get; }

Property Value

TinSurfaceTriangle
Remarks
Triangle2 will return either null (if the edge belongs to only one triangle) or a valid TinSurfaceTriangle.
See Also