Lets users specify what part sizes they want to add into a part family.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServices.StylesSizeFilterRecord
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SizeFilterRecord : IDisposable
VB
Public NotInheritable Class SizeFilterRecord Implements IDisposable
C++
public ref class SizeFilterRecord sealed : IDisposable
The SizeFilterRecord type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SizeFilterRecord | Constructor of SizeFilterRecord |
Properties
| Name | Description | |
|---|---|---|
| ItemInt32 | ||
| ItemString | ||
| ParamCount | Gets the count of parameters in the catalog part. | |
| PartFamilyGuid | Gets the guid of the part family this size filter belongs to |
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the SizeFilterRecord | |
| GetParamByContextAndIndex | Gets the catalog parameter by context and index. |
