The base class for graphic display option.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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