Adds a callout to the currently selected object.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetCallout( _
ByVal Index As System.Integer, _
ByVal PCallout As Callout _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISelectionMgr
Dim Index As System.Integer
Dim PCallout As Callout
Dim value As System.Boolean
value = instance.SetCallout(Index, PCallout) |
CSolidWorks.Interop.sldworks~SolidWorks.Interop.sldworks.ISelectionMgr~SetCallout.html# | |
---|
System.bool SetCallout(
System.int Index,
Callout PCallout
) |
C++/CLI | |
---|
System.bool SetCallout(
& System.int Index,
& Callout^ PCallout
) |
Parameters
- Index
- Index number of the selected object
- PCallout
- Callout (see Remarks)
Return Value
True if the callout is added to the selected object, false if not
Remarks
See Also
Availability
SOLIDWORKS 2006 FCS, Revision number 14.0