|
![]() |
Metadata about a file or URI.
Namespace: Autodesk.Navisworks.Api.Plugins
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Class FileMetadata _ Inherits NativeHandle |
C# |
---|
public class FileMetadata : NativeHandle |
Visual C++ |
---|
public ref class FileMetadata : public NativeHandle |
Remarks
Used by the FileProtocolPlugin interface for returning information about a given URI. Not all properties will be valid on this object. You can check a given property is valid by calling the appropriate HasXXX property. Accessing an invalid property will not throw an exception, but instead will just return a default value.
Inheritance Hierarchy
System..::..Object
Autodesk.Navisworks.Api..::..NativeHandle
Autodesk.Navisworks.Api.Plugins..::..FileMetadata
Autodesk.Navisworks.Api..::..NativeHandle
Autodesk.Navisworks.Api.Plugins..::..FileMetadata