DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Upgrading Native Apps
Licensing
Collapse ModelsModels
Collapse DG Kernel ControlsDG Kernel Controls
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Collapse General GeometryGeneral Geometry
Collapse ModelModel
Collapse ViewView
Collapse General ComputingGeneral Computing
Collapse ViewsViews
Collapse Samples and TutorialsSamples and Tutorials
Collapse GraphicsGraphics
Collapse Math ObjectsMath Objects
Collapse DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation Links Go to DGKC docs Search Documentation


Object User Data

Every object in DG Kernel model keeps a user (application)-defined 64-bit integer value and a variable length string. This data is called Object User Data.

The integer is not used by the DG Kernel component itself. It is designed to store any user/application defined value. Normally the number is used to link the object to an external data in the application like object description.

The string is also used as Layer Name of the object.

The two properties can be accessed via IUserData_DG interface.