Share

TinSurfaceEdge.Triangle2 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.280

Syntax

C#

public TinSurfaceTriangle Triangle2 { get; }

VB

Public ReadOnly Property Triangle2 As TinSurfaceTriangle
	Get

C++

public:
property TinSurfaceTriangle^ Triangle2 {
	TinSurfaceTriangle^ get ();
}

Property Value

TinSurfaceTriangle

Remarks

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

See Also

Reference

Was this information helpful?