PartFamilyRemovePartSize(Int32) Method |
Remove a part size at given index from this parts family.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void RemovePartSize(
int index
)
Public Sub RemovePartSize (
index As Integer
)
public:
void RemovePartSize(
int index
)
Parameters
- index Int32
- Specifies the index of the part size to remove
See Also