Checker Class

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

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

The Checker type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberCheckerColor1 The property labeled "Color 1" from the "Checker" schema.
Public propertyStatic memberCheckerColor2 The property labeled "Color 2" from the "Checker" schema.
Public propertyStatic memberCheckerSoften The property labeled "Soften" from the "Checker" schema.
Public propertyStatic memberTextureLinkTextureTransforms The property labeled "Link Transforms" from the "Checker" schema.
Public propertyStatic memberTextureOffsetLock The property labeled "Offset Lock" from the "Checker" schema.
Public propertyStatic memberTextureRealWorldOffsetX The property labeled "Offset X" from the "Checker" schema.
Public propertyStatic memberTextureRealWorldOffsetY The property labeled "Offset Y" from the "Checker" schema.
Public propertyStatic memberTextureRealWorldScaleX The property labeled "Size X" from the "Checker" schema.
Public propertyStatic memberTextureRealWorldScaleY The property labeled "Size Y" from the "Checker" schema.
Public propertyStatic memberTextureScaleLock The property labeled "Scale Lock" from the "Checker" schema.
Public propertyStatic memberTextureURepeat The property labeled "U Repeat" from the "Checker" schema.
Public propertyStatic memberTextureVRepeat The property labeled "V Repeat" from the "Checker" schema.
Public propertyStatic memberTextureWAngle The property labeled "Rotation" from the "Checker" schema.
Top
See Also