TinSurfaceEdgeTriangle1 Property

Gets one of the triangles that the edge belongs to.

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

Property Value

TinSurfaceTriangle
Remarks
Triangle1 will always return a valid TinSurfaceTriangle. It will never be null.
See Also