Click or drag to resize

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; }

Property Value

Type: Int32
Remarks
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