Hide Table of Contents
DeSelect Method (ISketchHatch)

Deselects the sketch hatch.

.NET Syntax

Visual Basic (Declaration) 
Function DeSelect() As Boolean
Visual Basic (Usage) 
Dim instance As ISketchHatch
Dim value As Boolean
 
value = instance.DeSelect()
C# 
bool DeSelect()
C++/CLI 
bool DeSelect(); 

Return Value

True if the sketch hatch is deselected, false if not

Remarks

This method does not work well when a PropertyManager page is open or a command is running. Use IModelDoc2::DeSelectByID instead of using this method. IModelDoc2::DeSelectByID handles selection correctly whether or not a command is running.

To select or deselect a sketch hatch, the owning document of that ISketchHatch object needs to be open and visible.

ISketchHatch selections are accessible through the ISelectionMgr of the owning document of the ISketchHatch object, even if the owning document is not active.

Selection or deselection does not work for a sketch hatch in a component within an assembly. Selection or deselection does not work for a sketch hatch in a document within a drawing. Selection or deselection of sketch hatches owned by the top-level assembly or drawing works, but only if the assembly document or the drawing document is active.

If the owning sketch of a sketch hatch is active (inactive) when the sketch hatch is obtained, then it must be active (inactive) to deselect it. For example, if the owning sketch of a sketch hatch was active when the sketch hatch was obtained, then the owning sketch must be active to select or deselect the sketch hatch. Likewise, if the owning sketch of a sketch hatch was inactive when the sketch hatch was obtained, then the owning sketch must be inactive to select or deselect the sketch hatch.

 

See Also

Availability

SolidWorks 2000 FCS, Revision Number 8.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   DeSelect Method (ISketchHatch)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2012 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.