SizeFilterRecord Class

Lets users specify what part sizes they want to add into a part family.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServices.StylesSizeFilterRecord

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SizeFilterRecord : IDisposable

The SizeFilterRecord type exposes the following members.

Constructors
 NameDescription
Public methodCode exampleSizeFilterRecord Constructor of SizeFilterRecord
Top
Properties
 NameDescription
Public propertyItemInt32 
Public propertyItemString 
Public propertyParamCount Gets the count of parameters in the catalog part.
Public propertyPartFamilyGuid Gets the guid of the part family this size filter belongs to
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the SizeFilterRecord
Public methodGetParamByContextAndIndex Gets the catalog parameter by context and index.
Top
See Also