Gets the style object that specifies all display properties for masshual 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 (); }