LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

PresetName Property (IWindowLevelInformationView)

Show in webframe






Gets or sets a System.String that represents the name for this window level preset.
Syntax
string PresetName {get; set;}
'Declaration
 
Property PresetName As String
'Usage
 
Dim instance As IWindowLevelInformationView
Dim value As String
 
instance.PresetName = value
 
value = instance.PresetName

            

            
__property string* get_PresetName();
__property void set_PresetName( 
   string* value
);
property string* PresetName {
   string* get();
   void set (    string* value);
}

Property Value

A System.Stringthat represents the name for the preset.
Requirements

Target Platforms

See Also

Reference

IWindowLevelInformationView Interface
IWindowLevelInformationView Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.