DicomObjects.NET10 Documentation
DicomObjects Namespace / Plane3D Structure / Empty Property



In This Topic
    Empty Property (Plane3D)
    In This Topic
    Empty Plane3D
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Empty As Plane3D
    'Usage
     
    
    Dim value As Plane3D
     
    value = Plane3D.Empty
    public static Plane3D Empty {get;}
    public:
    static property Plane3D Empty {
       Plane3D get();
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also