FileStorageGetNode Method |
http://www.emgu.com
Gets the specified element of the top-level mapping.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic FileNode GetNode(
string nodeName
)
Public Function GetNode (
nodeName As String
) As FileNode
public:
FileNode^ GetNode(
String^ nodeName
)
member GetNode :
nodeName : string -> FileNode
Parameters
- nodeName
- Type: SystemString
Name of the node.
Return Value
Type:
FileNodeThe specified element of the top-level mapping.
See Also