IsPlacementFilterActive Property
In This Topic
If true, then placement-filter is active.
Syntax
public virtual bool IsPlacementFilterActive {get; set;}
public:
virtual property bool IsPlacementFilterActive {
bool get();
void set ( bool value);
}
See Also