OverwriteWithCorrectVR Property
In This Topic
Controls the correction of mismatching VR. If this settings is enabled correction of wrong VR for all attributes will be attempted when writing out or sending, this won't affect the original dataset
Syntax
'Declaration
Public Property OverwriteWithCorrectVR As Boolean
'Usage
Dim instance As WriteBehaviours
Dim value As Boolean
instance.OverwriteWithCorrectVR = value
value = instance.OverwriteWithCorrectVR
public bool OverwriteWithCorrectVR {get; set;}
public:
property bool OverwriteWithCorrectVR {
bool get();
void set ( bool value);
}
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also