Triangle1 Property

Gets one of the triangles that the edge belongs to.

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

Syntax

C#

public TinSurfaceTriangle Triangle1 { get; }

Visual Basic

Public ReadOnly Property Triangle1 As TinSurfaceTriangle
	Get

Visual C++

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

Remarks

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

See Also