CrossSectionLocatedDHI_ID Property |
a unique ID allowing tracing of ICrossSection objects' histories in code flow.
Persistent in xns11 files only through a hack, by prepending it to the Info
(name) field. The xns11 bridge will filter this out, but not other xns11 readers.
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public int DHI_ID { get; set; }
Public Property DHI_ID As Integer
Get
Set
public:
property int DHI_ID {
int get ();
void set (int value);
}
Property Value
Type:
Int32Remarks
Location is also unique, but cannot be used for identification, as there
may be a need to edit it for logical reason. This ID is used in M11 GIS.
See Also