Class ParsedSpecificProperties.ObjectCollection
- Namespace
- Autodesk.ModelDerivative.Helpers.Models
- Assembly
- Autodesk.ModelDerivative.dll
public class ParsedSpecificProperties.ObjectCollection
- Inheritance
-
ParsedSpecificProperties.ObjectCollection
- Inherited Members
-
Properties
ExternalId
[JsonPropertyName("externalId")]
public string ExternalId { get; set; }
Property Value
- string
Name
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
- string
ObjectId
[JsonPropertyName("objectid")]
public int ObjectId { get; set; }
Property Value
- int
Properties
[JsonPropertyName("properties")]
public JsonNode Properties { get; set; }
Property Value
- JsonNode