Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Planes As Medical3DMPRPlane() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DMPR Dim value() As Medical3DMPRPlane value = instance.Planes |
C# | |
---|---|
public Medical3DMPRPlane[] Planes {get;} |
C++/CLI | |
---|---|
public: property array<Medical3DMPRPlane^>^ Planes { array<Medical3DMPRPlane^>^ get(); } |
Property Value
An array of Medical3DPlane that represents an array of oblique MPR planes.For an example refer to Medical3DMPR.AxialPlane
- These planes differ from the orthogonal planes that are shown by default. The orthogonal planes can be accessed through the Medical3DMPR.AxialPlane, SagittalPlane and CoronalPlane properties.
- This array consist of 3 planes. These planes are all hidden by default. To make them visible, use the Medical3DMPRPlane.Enabled property.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7