Share

SectionViewStyle.GraphStyle Property

Gets the style object that specifies all display properties for section view graphs.



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

Syntax

C#

public GraphStyle GraphStyle { get; }

VB

Public ReadOnly Property GraphStyle As GraphStyle
	Get

C++

public:
property GraphStyle^ GraphStyle {
	GraphStyle^ get ();
}

Property Value

GraphStyle

See Also

Reference

Was this information helpful?