CoordinationModelLinkData
Description:
A class containing link data for Coordination Model type element.
A class containing link data for Coordination Model type element.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ExternalData.CoordinationModelLinkData
System.Object
Autodesk.Revit.DB.ExternalData.CoordinationModelLinkData
public class CoordinationModelLinkData : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the CoordinationModelLinkData | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetCategoryNames() | IList<String> | Return the category names of all elements inside the current Coordination Model Link from Autodesk Docs. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetPathType() | CoordinationModelLinkPathType | Returns the path type of the Coordination Model link. For a Coordination Model from Autodesk Docs, path type is Cloud. For a local Coordination Model, path type can be Absolute or Relative. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| DisplayPath | string | The user visible saved path of the local or Autodesk Docs file referenced by the Coordination Model link. For a Coordination Model from Autodesk Docs, displayPath should be like "Autodesk Docs://AccountName/ProjectName/Project Files/Nested/3DView". For a local Coordination Model, displayPath should be like "c:\Models\local.nwc", when the saved path type is absolute. For a local Coordination Model, displayPath should be like "local.nwc", when the saved path type is relative. | |
| FileId | string | The id of the Autodesk Docs item defining this Coordination Model link. For a Coordination Model from Autodesk Docs, FileId is the id of the Autodesk Docs item defining this Coordination Model link. For a local Coordination Model, FileId has an empty value. | |
| FileSize | double | The size (in Megabytes) of the local nwc or .nwd file defining the Coordination Model link. For a Coordination Model from Autodesk Docs, size is empty. For a local Coordination Model, fileSize is the size (in Megabytes) of nwc or .nwd file. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| ModelName | string | The name of the model defining this Coordination Model link. For a Coordination Model from Autodesk Docs, ModelName is the name of the model where the 3D view defining this Coordination Model is found. For a local Coordination Model, ModelName is the name of the local .nwc or .nwd file. | |
| ProjectId | string | The id in the Data Management API of the Autodesk Docs project where the model view defining this Coordination Model link is found. For a Coordination Model from Autodesk Docs, ProjectId is the id in the Data Management API of the Autodesk Docs project where the model view is found. For a local Coordination Model, ProjectId has an empty value. | |
| SourcePath | string | The full source path of the external resource defining this Coordination Model link. For a Coordination Model from Autodesk Docs, sourcePath is the URN of the .svf file and it should look like "https://developer.api.autodesk.com/modelderivative/v2/designdata/dXJuOmFkc2sub2JqZWN0czpvcy5vYmplY3Q6Zm9yZ2UtYmxvZy1wb3N0L1VyYmFuSG91c2UtMjAxNS5ydnQ/manifest/urn:adsk.viewing:fs.file:dXJuOmFkc2sub2JqZWN0czpvcy5vYmplY3Q6Zm9yZ2UtYmxvZy1wb3N0L1VyYmFuSG91c2UtMjAxNS5ydnQ/output/Resource/3D_View/3D_Architectural 144171/3D_Architectural.svf". For a local Coordination Model, sourcePath is the absolute path on disk to the .nwc or .nwd file and it should look like "c:\Models\local.nwc". | |
| VersionLabel | string | The label of the last saved version of this Coordination Model Link in Revit document. For a Coordination Model from Autodesk Docs, VersionLabel is the label of the last saved version of this Coordination Model Link in Revit document. For a local Coordination Model, VersionLabel has an empty value. | |
| ViewName | string | The name of the Autodesk Docs view defining this Coordination Model. For a Coordination Model from Autodesk Docs, ViewName is the name of the view defining this Coordination Model. For a local Coordination Models, ViewName has an empty value. |