Table of Contents

Class MetadataRequestBuilder.MetadataRequestBuilderGetQueryParameters

Namespace
Autodesk.ModelDerivative.Designdata.Item.Metadata
Assembly
Autodesk.ModelDerivative.dll

Returns a list of model views (Viewables) in the source design specified by the urn URI parameter. It also returns the ID that uniquely identifies the model view. You can use this ID with other metadata endpoints to obtain information about the objects within model view.Most design applications like Fusion 360 and Inventor contain only one model view per design. However, some applications like Revit allow multiple model views (e.g., HVAC, architecture, perspective) per design.Note: You can retrieve metadata only from an input file that has been translated to SVF or SVF2.

public class MetadataRequestBuilder.MetadataRequestBuilderGetQueryParameters
Inheritance
MetadataRequestBuilder.MetadataRequestBuilderGetQueryParameters
Inherited Members

Properties

Urn

The Base64 (URL Safe) encoded design URN

[QueryParameter("urn")]
public string? Urn { get; set; }

Property Value

string