SchemaCommon
Description:
A static class that provides access to the property names that appear in all the visual Asset types.
A static class that provides access to the property names that appear in all the visual Asset types.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Visual.SchemaCommon
System.Object
Autodesk.Revit.DB.Visual.SchemaCommon
public static class SchemaCommon
| Name | Return Type | Description |
|---|---|---|
| BaseSchema | string | The property labeled "BaseSchema" common to all visual Asset types. |
| Category | string | The property labeled "Category" common to all visual Asset types. |
| Description | string | The property labeled "Description" common to all visual Asset types. |
| Hidden | string | The property labeled "Hidden" common to all visual Asset types. |
| Keyword | string | The property labeled "Keyword" common to all visual Asset types. |
| Thumbnail | string | The property labeled "Thumbnail" common to all visual Asset types. |
| UIName | string | The property labeled "UIName" common to all visual Asset types. |
| VersionGUID | string | The property labeled "VersionGUID" common to all visual Asset types. |