ICrossSectionCoordinates Property |
Gets or sets the cross section coordinates, i.e., the geographical coordinates
of line that the cross section follows.
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax ICoordinateSequence Coordinates { get; set; }
Property Coordinates As ICoordinateSequence
Get
Set
property ICoordinateSequence^ Coordinates {
ICoordinateSequence^ get ();
void set (ICoordinateSequence^ value);
}
Property Value
Type:
ICoordinateSequenceSee Also