IDamBreakLimitCrossSectionLocation Property  | 
 
             Location of limiting cross section. The limiting cross section limits the size of the breach
             in the downward direction. If LimitCrossSectionLocation is set, then the cross section at that location is 
             used to limit the breach (used when the area of the breach is calculated)
            
 
    Namespace: 
   DHI.Mike1D.StructureModule
    Assembly:
   DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
SyntaxILocation LimitCrossSectionLocation { get; set; }Property LimitCrossSectionLocation As ILocation
	Get
	Set
property ILocation^ LimitCrossSectionLocation {
	ILocation^ get ();
	void set (ILocation^ value);
}Property Value
Type: 
ILocation
See Also