GraphDisplayOption Class

The base class for graphic display option.

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

Syntax

C#

public abstract class GraphDisplayOption : DisposableWrapper

Visual Basic

Public MustInherit Class GraphDisplayOption _
	Inherits DisposableWrapper

Visual C++

public ref class GraphDisplayOption abstract : public DisposableWrapper

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServices.GraphDisplayOption
        Autodesk.Civil.DatabaseServices.SectionDisplayOption

See Also