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.280
Syntax
C#
public void AddPartSize( SizeFilterRecord partSizeFilter )
VB
Public Sub AddPartSize ( partSizeFilter As SizeFilterRecord )
C++
public: void AddPartSize( SizeFilterRecord^ partSizeFilter )
Parameters
- partSizeFilter SizeFilterRecord
- Specifies the filter part size property collection to tell what part sizes to add
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the input partSizeFilter isn't for the part family |