FileStorageGetNode Method |
http://www.emgu.com
Gets the specified element of 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 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