Click or drag to resize

StructureReach Class

Inheritance Hierarchy
SystemObject
  DHI.Mike1D.NetworkDataAccessReach
    DHI.Mike1D.NetworkDataAccessStructureReach

Namespace:  DHI.Mike1D.NetworkDataAccess
Assembly:  DHI.Mike1D.NetworkDataAccess (in DHI.Mike1D.NetworkDataAccess.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public class StructureReach : Reach, 
	IStructureReach, IReach, INetworkReach

The StructureReach type exposes the following members.

Constructors
  NameDescription
Public methodStructureReach
Initializes a new instance of the StructureReach class
Top
Properties
  NameDescription
Public property__TopoID (Inherited from Reach.)
Public propertyDescription (Inherited from Reach.)
Public propertyEndConnection (Inherited from Reach.)
Public propertyIsLinkChannel
Public propertyIsPressureReach (Inherited from Reach.)
Public propertyIsRegulatedReach (Inherited from Reach.)
Public propertyLocationSpan (Inherited from Reach.)
Public propertyMaximumDx (Inherited from Reach.)
Public propertyNonReturnReach (Inherited from Reach.)
Public propertyReverseDirection (Inherited from Reach.)
Public propertyStartConnection (Inherited from Reach.)
Public propertyTopoID (Inherited from Reach.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Inherited from Reach.)
Public methodValidate (Inherited from Reach.)
Top
Fields
  NameDescription
Protected field_endConnection (Inherited from Reach.)
Protected field_locationSpan (Inherited from Reach.)
Protected field_startConnection (Inherited from Reach.)
Top
Extension Methods
  NameDescription
Public Extension MethodIsStructureReach (Defined by NetworkExtensions.)
Top
See Also