Add Method

Creates a CorridorSlopePattern with two feature lines and the style.

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

Syntax

C#

public CorridorSlopePattern Add(
	CorridorFeatureLine featureLine1,
	CorridorFeatureLine featureLine2,
	ObjectId slopePatternStyleId
)

Visual Basic

Public Function Add ( _
	featureLine1 As CorridorFeatureLine, _
	featureLine2 As CorridorFeatureLine, _
	slopePatternStyleId As ObjectId _
) As CorridorSlopePattern

Visual C++

public:
CorridorSlopePattern^ Add(
	CorridorFeatureLine^ featureLine1, 
	CorridorFeatureLine^ featureLine2, 
	ObjectId slopePatternStyleId
)

Parameters

featureLine1
Type: Autodesk.Civil.DatabaseServices.CorridorFeatureLine
featureLine2
Type: Autodesk.Civil.DatabaseServices.CorridorFeatureLine
slopePatternStyleId
Type: ObjectId

See Also