SpatialFilterInverted
Property
|
Property that represents if the filter is
inverted. Inverted means that the SpatialFilter filters out the
contents inside the clip boundary, and not inverted -
outside.
Namespace: Teigha.DatabaseServices.Filters
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool Inverted { get; set; }
Public Property Inverted As Boolean
Get
Set
public:
property bool Inverted {
bool get ();
void set (bool value);
}
member Inverted : bool with get, set
Return Value
Boolean
True when the SpatialFilter is inverted, false when not.
See Also