DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / SetPlanarConfiguration Method

The enumerated value to be set for planar configuration attribute (0028, 0006)




In This Topic
    SetPlanarConfiguration Method
    In This Topic
    Sets the planar configuration in DicomDataSet
    Syntax
    'Declaration
     
    
    Public Sub SetPlanarConfiguration( _
       ByVal Value As Integer _
    ) 
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim Value As Integer
     
    instance.SetPlanarConfiguration(Value)
    public void SetPlanarConfiguration( 
       int Value
    )
    public:
    void SetPlanarConfiguration( 
       int Value
    ) 

    Parameters

    Value

    The enumerated value to be set for planar configuration attribute (0028, 0006)

    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