IsInEditTarget Method (ISelectionMgr)
Obsolete. Superseded by ISelectionMgr::IsInEditTarget2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsInEditTarget( _
ByVal AtIndex As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISelectionMgr
Dim AtIndex As System.Integer
Dim value As System.Boolean
value = instance.IsInEditTarget(AtIndex) |
CSolidWorks.Interop.sldworks~SolidWorks.Interop.sldworks.ISelectionMgr~IsInEditTarget.html# | |
---|
System.bool IsInEditTarget(
System.int AtIndex
) |
C++/CLI | |
---|
System.bool IsInEditTarget(
& System.int AtIndex
) |
Parameters
- AtIndex
-
See Also