CorridorSlopePatternCollectionAdd Method

Creates a CorridorSlopePattern with two feature lines and the style.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public CorridorSlopePattern Add(
	CorridorFeatureLine featureLine1,
	CorridorFeatureLine featureLine2,
	ObjectId slopePatternStyleId
)

Parameters

featureLine1  CorridorFeatureLine
 
featureLine2  CorridorFeatureLine
 
slopePatternStyleId  ObjectId
 

Return Value

CorridorSlopePattern
See Also