DicomObjects.NET.V8
DicomObjects Namespace / DicomImageCurvedMPR Class / Volume Property



In This Topic
    Volume Property (DicomImageCurvedMPR)
    In This Topic
    The DicomVolume on which this DicomImageCurvedMPR is based.
    Syntax
    'Declaration
     
    Public ReadOnly Property Volume As DicomVolume
    'Usage
     
    Dim instance As DicomImageCurvedMPR
    Dim value As DicomVolume
     
    value = instance.Volume
    public DicomVolume Volume {get;}
    public:
    property DicomVolume^ Volume {
       DicomVolume^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also