CrossSectionLocatedLocation Property  | 
 
            Defines the location of the current cross section. The Z-coordinate
            is the bottom level of the cross section (unless defined by the
            raw data (the open cross sections)).
            
 
    Namespace: 
   DHI.Mike1D.CrossSectionModule
    Assembly:
   DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic ZLocation Location { get; set; }Public Property Location As ZLocation
	Get
	Set
public:
virtual property ZLocation^ Location {
	ZLocation^ get () sealed;
	void set (ZLocation^ value) sealed;
}Property Value
Type: 
ZLocationImplements
ICrossSectionLocation
See Also