CrossSectionPointOwner Property  | 
 
            the list of points of which this point is a part of
            
 
    Namespace: 
   DHI.Mike1D.CrossSectionModule
    Assembly:
   DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic CrossSectionPointList Owner { get; set; }Public Property Owner As CrossSectionPointList
	Get
	Set
public:
virtual property CrossSectionPointList^ Owner {
	CrossSectionPointList^ get () sealed;
	void set (CrossSectionPointList^ value) sealed;
}Property Value
Type: 
CrossSectionPointListImplements
ICrossSectionPointOwner
Remarksused for some validity checks, e.g., requirement that a given
            marker may exist at most once within a point list
See Also