DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImage3D Class / ParallelView Property



In This Topic
    ParallelView Property
    In This Topic
    Gets or sets a value indicating whether parallel projection is used.
    Syntax
    'Declaration
     
    
    Public Property ParallelView As Boolean
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim value As Boolean
     
    instance.ParallelView = value
     
    value = instance.ParallelView
    public bool ParallelView {get; set;}
    public:
    property bool ParallelView {
       bool get();
       void set (    bool value);
    }
    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