CrossSectionMiddlingInfo Property  | 
 
            Generel info on this cross section, user specified, can be empty. In
            Mike11 XNS editor called cross section ID (though it does not identify 
            the cross section)
            
 
    Namespace: 
   DHI.Mike1D.CrossSectionModule
    Assembly:
   DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic string Info { get; set; }Public Property Info As String
	Get
	Set
public:
virtual property String^ Info {
	String^ get () sealed;
	void set (String^ value) sealed;
}Property Value
Type: 
StringImplements
ICrossSectionInfo
See Also