MaterialSection Class

The AeccDbMaterialSection wrapper.

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

Syntax

C#

public sealed class MaterialSection : Section

Visual Basic

Public NotInheritable Class MaterialSection _
	Inherits Section

Visual C++

public ref class MaterialSection sealed : public Section

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Entity
              Curve
                Entity
                  Autodesk.Civil.DatabaseServices.Entity
                    Autodesk.Civil.DatabaseServices.GeoEntity
                      Autodesk.Civil.DatabaseServices.Section
                        Autodesk.Civil.DatabaseServices.MaterialSection

See Also