Share

CorridorSlopePatternCollection.Add Method

Creates a CorridorSlopePattern with two feature lines and the style.



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

Syntax

C#

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

VB

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

C++

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

Parameters

featureLine1  CorridorFeatureLine
 
featureLine2  CorridorFeatureLine
 
slopePatternStyleId  ObjectId
 

Return Value

CorridorSlopePattern

See Also

Reference

Was this information helpful?