Visual Basic (Declaration) | |
---|---|
Public Property ImageOrientation As Single() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DObject Dim value() As Single instance.ImageOrientation = value value = instance.ImageOrientation |
C# | |
---|---|
public float[] ImageOrientation {get; set;} |
C++/CLI | |
---|---|
public: property array<float>^ ImageOrientation { array<float>^ get(); void set ( array<float>^ value); } |
Property Value
An array of float values representing the orientation of the image.For an example, refer to Medical3DContainer.Objects
You can only set this value before creating the 3D object.
This value is from the DICOM file.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7