Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Commands Object : InsertionPointAfter Method
Required Command object that indicates the command after which to set the insertion point.
InsertionPointAfter Method
Description
Sets the insertion point after a specified command.
Syntax
Visual Basic
Public Function InsertionPointAfter( _
   ByVal Command As Command _
) As Boolean
Parameters
Command
Required Command object that indicates the command after which to set the insertion point.
Return Type
Boolean value. This function returns TRUE if the insertion point was successfully set, FALSE otherwise.
Example
For an example, see the example in GetReferencedFeature.
See Also