←Select platform

OnGenerateRole Method

Summary

Invokes the GenerateRole event and return the new role name.

Syntax
C#
VB
C++
Java
protected virtual string OnGenerateRole( 
   AnnOperationInfoEventArgs info 
) 
Protected Overridable Function OnGenerateRole( _ 
   ByVal info As AnnOperationInfoEventArgs _ 
) As String 
protected String onGenerateRole(AnnOperationInfoEvent info) 
protected:  
   virtual String^ OnGenerateRole( 
      AnnOperationInfoEventArgs^ info 
   ) 

Parameters

info
Information on the operation.

Return Value

The new role name.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly