TinSurfaceEdgeTriangle2 Property |
Gets the second triangles that the edge belongs to, if it belongs to two triangles.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic TinSurfaceTriangle Triangle2 { get; }
Public ReadOnly Property Triangle2 As TinSurfaceTriangle
Get
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