Share

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.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

 NameDescription
Public methodCode exampleSizeFilterRecord Constructor of SizeFilterRecord

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

Methods

 NameDescription
Public methodDisposeReleases all resources used by the SizeFilterRecord
Public methodGetParamByContextAndIndex Gets the catalog parameter by context and index.

See Also

Reference

Was this information helpful?