FileStorageGetNode Method |
http://www.emgu.com
Gets the specified element of the top-level mapping.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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