Gets the physical
Leadtools.Dicom.DicomDataSet path for the retrieved image.
Syntax
Visual Basic (Declaration) | |
---|
Public Property InstanceDataSetPath As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As InstanceReceivedEventArgs
Dim value As String
instance.InstanceDataSetPath = value
value = instance.InstanceDataSetPath |
C# | |
---|
public string InstanceDataSetPath {get; set;} |
Property Value
The physical
Leadtools.Dicom.DicomDataSet path for the retrieved image.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also