PaperSpaceSelectionEnabled Property (ISelectionManager) Send Feedback
See Also 
Gets or sets whether paper-space selection is enabled.

Syntax

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

Property Value

True to enable paper-space selection, false to disable it

Remarks

This property affects these single-selection methods only:

When paper-space selection is enabled, then these methods can select entities from model space. These methods can also select entities when the active sheet is not the model sheet and paper-space selection is enabled.

See Also

Availability

DraftSight V1R5