DicomObjects.NET.V8
DicomObjects Namespace / DicomVolume Class / Count Property



In This Topic
    Count Property (DicomVolume)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As DicomVolume
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}
    public:
    property int Count {
       int get();
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also