Visual Basic | |
---|---|
Property RemoveOptions As System.Integer |
C# | |
---|---|
System.int RemoveOptions {get; set;} |
JavaScript | |
---|---|
get_RemoveOptions () : dsSystem.int put_RemoveOptions ( NewVal : dsSystem.int ) |
Property Value
Allow or disallow the selection of the entity as defined in dsSelectionRemove_eYou can use this method to select an entity whose selection is typically disallowed in DraftSight; e.g., selecting an entity on a locked Layer in order to dimension that entity.
Use this method in combination with such methods as ICommandMessage::PromptForSelection and ICommandMessage::PromptForSelectionOrKeyword to allow and disallow selection of entities.
DraftSight V1R5.1