CorridorSlopePatternCollectionAdd Method |
Creates a CorridorSlopePattern with two feature lines and the style.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic CorridorSlopePattern Add(
CorridorFeatureLine featureLine1,
CorridorFeatureLine featureLine2,
ObjectId slopePatternStyleId
)
Public Function Add (
featureLine1 As CorridorFeatureLine,
featureLine2 As CorridorFeatureLine,
slopePatternStyleId As ObjectId
) As CorridorSlopePattern
public:
CorridorSlopePattern^ Add(
CorridorFeatureLine^ featureLine1,
CorridorFeatureLine^ featureLine2,
ObjectId slopePatternStyleId
)
Parameters
- featureLine1 CorridorFeatureLine
-
- featureLine2 CorridorFeatureLine
-
- slopePatternStyleId ObjectId
-
Return Value
CorridorSlopePattern
See Also