←Select platform

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 Leadtools.Medical3d.Medical3DContainer 
public: 
property Leadtools.Medical3d.Medical3DContainer^ ObjectsContainer { 
   Leadtools.Medical3d.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly