* \param theSectionType type of section
* \param theIsClosed flag indicates closures of section
*/
- void GetSections( NCollection_Sequence<TCollection_AsciiString>& theSectNames,
- NCollection_Sequence<HYDROData_IPolyline::SectionType>& theSectTypes,
- NCollection_Sequence<bool>& theSectClosures ) const;
+ void GetSections( NCollection_Sequence<TCollection_AsciiString>& theSectNames /Out/,
+ NCollection_Sequence<HYDROData_IPolyline::SectionType>& theSectTypes /Out/,
+ NCollection_Sequence<bool>& theSectClosures /Out/ ) const;
/**
* Replaces point for section with index "theSectionIndex".