FileNodeNodeType Property |
http://www.emgu.com
Gets the type of the node.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic FileNodeType NodeType { get; }
Public ReadOnly Property NodeType As FileNodeType
Get
public:
property FileNodeType NodeType {
FileNodeType get ();
}
member NodeType : FileNodeType with get
Property Value
Type:
FileNodeType
The type of the node.
See Also