DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImageFusion Class / SynchonisePlanes Property



In This Topic
    SynchonisePlanes Property
    In This Topic
    If true, then the images in ImageCollection are automatically adjusted to match the first of the collection at display time.
    Syntax
    'Declaration
     
    
    Public Property SynchonisePlanes As Boolean
    'Usage
     
    
    Dim instance As DicomImageFusion
    Dim value As Boolean
     
    instance.SynchonisePlanes = value
     
    value = instance.SynchonisePlanes
    public bool SynchonisePlanes {get; set;}
    public:
    property bool SynchonisePlanes {
       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