ObjectsContainer Property

Summary
Gets or sets the container that holds and controls the 3D objects.
Syntax
C#
VB
C++
public Medical3DContainer ObjectsContainer { get; } 
  
Public ReadOnly Property ObjectsContainer As Medical3DContainer 
public: 
property Medical3DContainer^ ObjectsContainer { 
   Medical3DContainer^ get(); 
} 

Property Value

A Medical3DContainer representing the container that holds and controls the 3D objects.

Remarks
  • The user should not free this container, since it is allocated by the Medical3DControl, the Medical3DControl will free it automatically once its disposed.
Example

For an example refer to Medical3DContainer.Objects

Requirements

Target Platforms

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

Leadtools.Medical3D Assembly

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