SlopePatternStyleCopyComponent Method |
Copy a component and insert into the slope pattern style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic void CopyComponent(
int index,
int insertPosition
)
Public Sub CopyComponent (
index As Integer,
insertPosition As Integer
)
public:
void CopyComponent(
int index,
int insertPosition
)
Parameters
- index Int32
- The index in the collection.
- insertPosition Int32
- The position of the new component in relation to existing components.
Exceptions
Remarks
You can use the parameter- insertPosition as a index to get the component in the slope pattern style.
See Also