Share

TinSurfaceEdge.Triangle1 Property

Gets one of the triangles that the edge belongs to.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public TinSurfaceTriangle Triangle1 { get; }

VB

Public ReadOnly Property Triangle1 As TinSurfaceTriangle
	Get

C++

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

Property Value

TinSurfaceTriangle

Remarks

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

See Also

Reference

Was this information helpful?