VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Ecg Namespace / EcgSignal Class / Type Property
Syntax Requirements SeeAlso
In This Topic
    Type Property (EcgSignal)
    In This Topic
    Gets the type of electrocardiogram electrode.
    Syntax
    'Declaration
    
    Public Property Type As EcgLeadType
    
    
    public EcgLeadType Type { get; set; }
    
    
    public: __property EcgLeadType get_Type();
    public: __property void set_Type(
    EcgLeadType value
    );
    public:
    property EcgLeadType Type { EcgLeadType get(); void set(EcgLeadType value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also