IStructureIDInUserUnit Property |
Note: This API is now obsolete.
Used to get a consistent description of the structure. The ID comes in user units. Used e.g. when
reporting errors, warnings and hints.
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax [ObsoleteAttribute("Messages should be given to the user through DiagnosticsValue instead")]
string IDInUserUnit { get; }
<ObsoleteAttribute("Messages should be given to the user through DiagnosticsValue instead")>
ReadOnly Property IDInUserUnit As String
Get
[ObsoleteAttribute(L"Messages should be given to the user through DiagnosticsValue instead")]
property String^ IDInUserUnit {
String^ get ();
}
Property Value
Type:
StringSee Also