Metal Class

Metal Class

A static class that provides access to the property names that appear in the Metal visual asset schema.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.VisualMetal

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static class Metal
Public NotInheritable Class Metal
public ref class Metal abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Metal = class end

The Metal type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberCommonTintColor The property labeled "Tint Color" from the "Metal" schema.
Public propertyStatic memberCommonTintToggle The property labeled "Tint" from the "Metal" schema.
Public propertyStatic memberMetalColor The property labeled "Color" from the "Metal" schema.
Public propertyStatic memberMetalFinish The property labeled "Finish" from the "Metal" schema.
Public propertyStatic memberMetalPatina The property labeled "Patina" from the "Metal" schema.
Public propertyStatic memberMetalPattern The property labeled "Relief Pattern" from the "Metal" schema.
Public propertyStatic memberMetalPatternHeight The property labeled "Amount" from the "Metal" schema.
Public propertyStatic memberMetalPatternScale The property labeled "Scale" from the "Metal" schema.
Public propertyStatic memberMetalPatternShader The property labeled "Image" from the "Metal" schema.
Public propertyStatic memberMetalPerforations The property labeled "Cutouts" from the "Metal" schema.
Public propertyStatic memberMetalPerforationsCenter The property labeled "Center Spacing" from the "Metal" schema.
Public propertyStatic memberMetalPerforationsShader The property labeled "Image" from the "Metal" schema.
Public propertyStatic memberMetalPerforationsSize The property labeled "Diameter/Size" from the "Metal" schema.
Public propertyStatic memberMetalType The property labeled "Type" from the "Metal" schema.
Top
See Also