Gets the slope pattern collection for the corridor.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.3.488.0
Syntax
C# |
---|
public CorridorSlopePatternCollection SlopePatterns { get; } |
Visual Basic |
---|
Public ReadOnly Property SlopePatterns As CorridorSlopePatternCollection Get |
Visual C++ |
---|
public: property CorridorSlopePatternCollection^ SlopePatterns { CorridorSlopePatternCollection^ get (); } |
Remarks
When this property is invoked, a new CorridorSlopePatternCollection object is created. When accessing the collection multiple times, it is a good practice to hold the reference in a variable and access the properties and methods through it.