GraphStyle Property

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

Syntax

C#

public GraphStyle GraphStyle { get; }

Visual Basic

Public ReadOnly Property GraphStyle As GraphStyle
	Get

Visual C++

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

See Also