PartFamilyRemovePartSize(ObjectId) Method

Remove a part size of given object id from this parts family.

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

Parameters

partSizeId  ObjectId
Specifies the object id of the part size to remove
See Also