Gets whether the selected object is in the edit target.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsInEditTarget2( _
ByVal Index As Integer, _
ByVal Mark As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISelectionMgr
Dim Index As Integer
Dim Mark As Integer
Dim value As Boolean
value = instance.IsInEditTarget2(Index, Mark)
|
C# | |
---|
bool IsInEditTarget2(
int Index,
int Mark
) |
C++/CLI | |
---|
bool IsInEditTarget2(
& int Index,
& int Mark
) |
Parameters
- Index
Index position with in the current list of selected items, where AtIndex ranges from 1 to ISelectionMgr::GetSelectedObjectCount2 (see Remarks)
- Mark
- -1 = All selections regardless of marks
-
0 = only the selections without marks
-
Any other value = Value that was used to mark and select an object
Return Value
True if the selected item specified by AtIndex belongs to a model that is the current edit target, false if not
Remarks
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14.0