Component class
autodesk.design:components.base-1.0.0
public class Component : BaseComponent
Public Members
name | description |
---|---|
Component() | The default constructor. |
Name { get; set; } | A persistent and unique identifier originating from the source data. The scope depends on the original modeling system (e.g., unique in a model or globally unique). |
Revision { get; set; } | An identifier which is specific to a particular point in time in the original modeling system. |
SourceId { get; set; } | A persistent and unique identifier originating from the source data. The scope depends on the original modeling system (e.g., unique in a model or globally unique). |
See Also
- class BaseComponent
- namespace Autodesk.DataExchange.SchemaObjects.Components