DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also