SchemaCommon Class

A static class that provides access to the property names that appear in all the visual Asset types.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.VisualSchemaCommon

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static class SchemaCommon

The SchemaCommon type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberBaseSchema The property labeled "BaseSchema" common to all visual Asset types.
Public propertyStatic memberCategory The property labeled "Category" common to all visual Asset types.
Public propertyStatic memberDescription The property labeled "Description" common to all visual Asset types.
Public propertyStatic memberHidden The property labeled "Hidden" common to all visual Asset types.
Public propertyStatic memberKeyword The property labeled "Keyword" common to all visual Asset types.
Public propertyStatic memberThumbnail The property labeled "Thumbnail" common to all visual Asset types.
Public propertyStatic memberUIName The property labeled "UIName" common to all visual Asset types.
Public propertyStatic memberVersionGUID The property labeled "VersionGUID" common to all visual Asset types.
Top
See Also