|
|
The value of the current DocumentInfo within the document
Namespace: Autodesk.Navisworks.Api.DocumentParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property Value As DocumentInfo Get |
| C# |
|---|
public DocumentInfo Value { get; } |
| Visual C++ |
|---|
public: property DocumentInfo^ Value { DocumentInfo^ get (); } |