SlopePatternStyle Class

A style that defines the pattern that represents a slope in a grading style.

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

Syntax

C#

public sealed class SlopePatternStyle : StyleBase

Visual Basic

Public NotInheritable Class SlopePatternStyle _
	Inherits StyleBase

Visual C++

public ref class SlopePatternStyle sealed : public StyleBase

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Autodesk.Civil.DatabaseServices.DBObject
              Autodesk.Civil.DatabaseServices.Styles.StyleBase
                Autodesk.Civil.DatabaseServices.Styles.SlopePatternStyle

See Also