SlopePatternStyleAddComponent Method |
Adds a new component using the default parameters in a specified position.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void AddComponent(
int position
)
Public Sub AddComponent (
position As Integer
)
public:
void AddComponent(
int position
)
Parameters
- position Int32
- The position of the new component in relation to existing components.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the position is less than 0 or greater than the component's count.
|
See Also