←Select platform

OnGenerateRole Method

Summary

Invokes the GenerateRole event and return the new role name.

Syntax

C#
VB
Java
WinRT C#
C++
protected virtual string OnGenerateRole( 
   AnnOperationInfoEventArgs info 
) 
Protected Overridable Function OnGenerateRole( _ 
   ByVal info As Leadtools.Annotations.Core.AnnOperationInfoEventArgs _ 
) As String 
protected virtual string OnGenerateRole(  
   Leadtools.Annotations.Core.AnnOperationInfoEventArgs info 
) 
protected String onGenerateRole(AnnOperationInfoEvent info) 
 function Leadtools.Annotations.Core.AnnGroupsRoles.OnGenerateRole(  
   info  
) 
protected:  
   virtual String^ OnGenerateRole( 
      AnnOperationInfoEventArgs^ info 
   ) 

Parameters

info
Information on the operation.

Return Value

The new role name.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly