←Select platform

AnnUserMode Enumeration

Summary
Specifies the user mode for all objects in this container. Design mode is for creating objects; run mode is for viewing them.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum AnnUserMode  
typedef NS_ENUM(NSInteger, LTAnnUserMode) { 
 LTAnnUserModeDesign = 0,  
 LTAnnUserModeRun = 1,  
 LTAnnUserModeRender = 2,  
}; 
public enum AnnUserMode 
public: 
   enum class AnnUserMode sealed 
class AnnUserMode(Enum): 
   Design = 0 
   Run = 1 
   Render = 2 
Members
ValueMemberDescription
0Design Design mode. Used for creating objects.
1Run Run mode. Used for viewing or activating objects.
2Render Render mode. Used for viewing objects only.
Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.