Solid Edge Framework Type Library
DoVerb Method
The verb to execute of the object within the containing object. If not specified, the default verb is executed. The value of this argument can be one of the standard verbs supported by all objects.
Description
Executes an OLE object's verb, such as Open, for an operation such as editing.
Syntax
Visual Basic
Public Sub DoVerb( _
   Optional ByVal verb As Variant _
) 
Parameters
verb
The verb to execute of the object within the containing object. If not specified, the default verb is executed. The value of this argument can be one of the standard verbs supported by all objects.
Remarks
Use the Object Verbs method to retrieve an array of all available verbs for an object.
See Also

Symbol2d Object  | Symbol2d Members

Send comments on this topic.