Share

FeatureLineComponentCollection.Add Method

Adds a new FeatureLineComponent from a CorridorFeatureLine.



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

Syntax

C#

public FeatureLineComponent Add(
	CorridorFeatureLine featureLine
)

VB

Public Function Add ( 
	featureLine As CorridorFeatureLine
) As FeatureLineComponent

C++

public:
FeatureLineComponent^ Add(
	CorridorFeatureLine^ featureLine
)

Parameters

featureLine  CorridorFeatureLine
 

Return Value

FeatureLineComponent

Exceptions

ExceptionCondition
ArgumentException Thrown when the CorridorFeatureLine is not from the same Corridor.

See Also

Reference

Was this information helpful?