Tile Class

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

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

The Tile type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberTextureLinkTextureTransforms The property labeled "Link Transforms" from the "Tile" schema.
Public propertyStatic memberTextureOffsetLock The property labeled "Offset Lock" from the "Tile" schema.
Public propertyStatic memberTextureRealWorldOffsetX The property labeled "Offset X" from the "Tile" schema.
Public propertyStatic memberTextureRealWorldOffsetY The property labeled "Offset Y" from the "Tile" schema.
Public propertyStatic memberTextureRealWorldScaleX The property labeled "Size X" from the "Tile" schema.
Public propertyStatic memberTextureRealWorldScaleY The property labeled "Size Y" from the "Tile" schema.
Public propertyStatic memberTextureScaleLock The property labeled "Scale Lock" from the "Tile" schema.
Public propertyStatic memberTextureURepeat The property labeled "U Repeat" from the "Tile" schema.
Public propertyStatic memberTextureVRepeat The property labeled "V Repeat" from the "Tile" schema.
Public propertyStatic memberTextureWAngle The property labeled "Angle" from the "Tile" schema.
Public propertyStatic memberTileBrickColor The property labeled "Tile Color" from the "Tile" schema.
Public propertyStatic memberTileBrickType The property labeled "Type" from the "Tile" schema.
Public propertyStatic memberTileChangeColumn The property labeled "Amount" from the "Tile" schema.
Public propertyStatic memberTileChangeRow The property labeled "Amount" from the "Tile" schema.
Public propertyStatic memberTileColorVariance The property labeled "Color Variance" from the "Tile" schema.
Public propertyStatic memberTileEdgeRoughness The property labeled "Roughness" from the "Tile" schema.
Public propertyStatic memberTileFadeVariance The property labeled "Fade Variance" from the "Tile" schema.
Public propertyStatic memberTileHorizontalCount The property labeled "Tile Count" from the "Tile" schema.
Public propertyStatic memberTileHorizontalGap The property labeled "Gap Width" from the "Tile" schema.
Public propertyStatic memberTileLineShift The property labeled "Line Shift" from the "Tile" schema.
Public propertyStatic memberTileMortarColor The property labeled "Grout Color" from the "Tile" schema.
Public propertyStatic memberTilePerColumn The property labeled "Every" from the "Tile" schema.
Public propertyStatic memberTilePerRow The property labeled "Every" from the "Tile" schema.
Public propertyStatic memberTileRandomSeed The property labeled "Randomize" from the "Tile" schema.
Public propertyStatic memberTileRandomShift The property labeled "Random" from the "Tile" schema.
Public propertyStatic memberTileUseColumnEdit The property labeled "Column Modify" from the "Tile" schema.
Public propertyStatic memberTileUseRowEdit The property labeled "Row Modify" from the "Tile" schema.
Public propertyStatic memberTileVerticalCount The property labeled "tile_VerticalCount" from the "Tile" schema.
Public propertyStatic memberTileVerticalGap The property labeled "Vert" from the "Tile" schema.
Top
See Also