FilterIndexClass Property
|
Property that represents the class descriptor
of the index for this Filter object.
Namespace: Teigha.DatabaseServices.Filters
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public RXClass IndexClass { get; }
Public ReadOnly Property IndexClass As RXClass
Get
public:
property RXClass^ IndexClass {
RXClass^ get ();
}
member IndexClass : RXClass with get
Property Value
RXClass
See Also