Share

SchemaCommon Class

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


Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

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.

See Also

Reference

Was this information helpful?