←Select platform

UserData Property

Summary
Gets or sets a user-defined value associated with this container
Syntax
C#
Objective-C
C++/CLI
Java
Python
public object UserData { get; set; } 
@property (nonatomic, strong) id userData; 
public Object getUserData() 
public void setUserData(Object data) 
public:  
   property Object^ UserData 
   { 
      Object^ get() 
      void set(Object^ value) 
   } 
UserData # get and set (AnnContainer) 

Property Value

User -defined value associated with this container. The default value is null.

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.