Share

SurfaceStyle.TriangleStyle Property

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.7.0.1276

Syntax

C#

public SurfaceTriangleStyle TriangleStyle { get; }

VB

Public ReadOnly Property TriangleStyle As SurfaceTriangleStyle
	Get

C++

public:
property SurfaceTriangleStyle^ TriangleStyle {
	SurfaceTriangleStyle^ get ();
}

Property Value

SurfaceTriangleStyle

See Also

Reference

Was this information helpful?