Active Property (ISelectionFilter) Send Feedback
See Also  Example
Gets or sets whether the selection filter is active.

Syntax

Visual Basic 
Property Active As System.Boolean
C# 
System.bool Active {get; set;}
JavaScript 
get_Active () : Boolean
put_Active (
   NewVal : Boolean
)
COM native C++ 
HRESULT get_Active(
   VARIANT_BOOL* Val
) 
HRESULT put_Active( 
   VARIANT_BOOL NewVal
C++ 
DSRESULT get_Active (
   bool* Val
)
DSRESULT put_Active(
   bool NewVal
)

Property Value

True if the selection filter is active, false if not

Example

See Also

Availability

DraftSight V1R1.1