Creates a callout for the selection.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateCallout2( _
ByVal NumberOfRows As System.Integer, _
ByVal LpHandler As System.Object _
) As Callout |
Visual Basic (Usage) | |
---|
Dim instance As ISelectionMgr
Dim NumberOfRows As System.Integer
Dim LpHandler As System.Object
Dim value As Callout
value = instance.CreateCallout2(NumberOfRows, LpHandler) |
CSOLIDWORKS.Interop.sldworks~SOLIDWORKS.Interop.sldworks.ISelectionMgr~CreateCallout2.html# | |
---|
Callout CreateCallout2(
System.int NumberOfRows,
System.object LpHandler
) |
Parameters
- NumberOfRows
- Number of rows in the callout
- LpHandler
Pointer to the event handler for the callout (ISwCalloutHandler)
Return Value
Callout
Example
Remarks
See Also
Availability
SOLIDWORKS 2007 FCS, Revision Number 15.0