Request

Response

    Class ModelViewsDataMetadata

    Namespace: Autodesk.ModelDerivative.Model
    Assembly: Autodesk.ModelDerivative.dll

    An array of flat JSON objects representing metadata.

    [DataContract]
    public class ModelViewsDataMetadata
    

    Inheritance

    object ModelViewsDataMetadata

    Inherited Members

    object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

    Constructors

    ModelViewsDataMetadata()

    Initializes a new instance of the class.

    public ModelViewsDataMetadata()
    

    Properties

    Guid

    Unique ID of the Model View.

    [DataMember(Name = "guid", EmitDefaultValue = false)]
    public string Guid { get; set; }
    

    Property Value

    string

    IsMasterView

    true: Model View is a Master View derived from a Revit source design.

    false: Model View is not a Master View.

    [DataMember(Name = "isMasterView", EmitDefaultValue = false)]
    public bool? IsMasterView { get; set; }
    

    Property Value

    bool ?

    Name

    Name of the Model View.

    [DataMember(Name = "name", EmitDefaultValue = false)]
    public string Name { get; set; }
    

    Property Value

    string

    Role

    Gets or Sets Role

    [DataMember(Name = "role", EmitDefaultValue = true)]
    public Role Role { get; set; }
    

    Property Value

    Role

    Methods

    ToString()

    Returns the string presentation of the object

    public override string ToString()
    

    Returns

    string

    String presentation of the object