Gets the style object that specifies properties for the surface TIN face components.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SurfaceTriangleStyle TriangleStyle { get; }
VB
Public ReadOnly Property TriangleStyle As SurfaceTriangleStyle Get
C++
public: property SurfaceTriangleStyle^ TriangleStyle { SurfaceTriangleStyle^ get (); }