Creates a
 BargeServiceOrder
 instance from the specified XML CICA document.
 
    Namespace: 
   BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
 Syntax
Syntax
| C# | 
|---|
| public static BargeServiceOrder Create( IXPathNavigable document ) | 
| Visual Basic (Declaration) | 
|---|
| Public Shared Function Create ( _ document As IXPathNavigable _ ) As BargeServiceOrder | 
| Visual C++ | 
|---|
| public: static BargeServiceOrder^ Create( IXPathNavigable^ document ) | 
Parameters
- document
- Type: System.Xml.XPath..::.IXPathNavigable
 An object implementing the IXPathNavigable interface. In the Microsoft .NET Framework, this can be either an XmlNode (typically an XmlDocument), or an XPathDocument containing the data to be loaded.





