PartFamilyAddPartSize Method

Adds part one or more part sizes to this part family.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void AddPartSize(
	SizeFilterRecord partSizeFilter
)

Parameters

partSizeFilter  SizeFilterRecord
Specifies the filter part size property collection to tell what part sizes to add
Exceptions
ExceptionCondition
ArgumentException Thrown when the input partSizeFilter isn't for the part family
See Also