CrossSectionMiddlingCoordinates Property  | 
 
            Not implemented
            
 
    Namespace: 
   DHI.Mike1D.CrossSectionModule
    Assembly:
   DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic ICoordinateSequence Coordinates { get; set; }Public Property Coordinates As ICoordinateSequence
	Get
	Set
public:
virtual property ICoordinateSequence^ Coordinates {
	ICoordinateSequence^ get () sealed;
	void set (ICoordinateSequence^ value) sealed;
}Property Value
Type: 
ICoordinateSequenceImplements
ICrossSectionCoordinates
See Also