FileStorageGetRoot Method |
http://www.emgu.com
Gets the top-level mapping.
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic FileNode GetRoot(
int streamIdx = 0
)
Public Function GetRoot (
Optional streamIdx As Integer = 0
) As FileNode
public:
FileNode^ GetRoot(
int streamIdx = 0
)
member GetRoot :
?streamIdx : int
(* Defaults:
let _streamIdx = defaultArg streamIdx 0
*)
-> FileNode
Parameters
- streamIdx (Optional)
- Type: SystemInt32
Zero-based index of the stream. In most cases there is only one stream in the file.
However, YAML supports multiple streams and so there can be several.
Return Value
Type:
FileNode The top-level mapping
See Also