Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property ObjectsContainer As Medical3DContainer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DControl Dim value As Medical3DContainer value = instance.ObjectsContainer |
C# | |
---|---|
public Medical3DContainer ObjectsContainer {get;} |
C++/CLI | |
---|---|
public: property Medical3DContainer^ ObjectsContainer { Medical3DContainer^ get(); } |
Property Value
A Medical3DContainer representing the container that holds and controls the 3D objects.For an example refer to Medical3DContainer.Objects
- The user should not free this container, since it is allocated by the Medical3DControl, the Medical3DControl will free it automatically once its disposed.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7