PartFamilyRemovePartSize(Int32) Method

Remove a part size at given index from this parts family.

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

Parameters

index  Int32
Specifies the index of the part size to remove
See Also