SlopePatternStyleAddComponent Method

Adds a new component using the default parameters in a specified position.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void AddComponent(
	int position
)

Parameters

position  Int32
The position of the new component in relation to existing components.
Exceptions
ExceptionCondition
ArgumentException Thrown when the position is less than 0 or greater than the component's count.
See Also