UnifiedBitmap Class

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

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

The UnifiedBitmap type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberTextureLinkTextureTransforms The property labeled "Link texture Transforms" from the "UnifiedBitmap" schema.
Public propertyStatic memberTextureOffsetLock The property labeled "Offset Lock" from the "UnifiedBitmap" schema.
Public propertyStatic memberTextureRealWorldOffsetX The property labeled "Offset X" from the "UnifiedBitmap" schema.
Public propertyStatic memberTextureRealWorldOffsetY The property labeled "Offset Y" from the "UnifiedBitmap" schema.
Public propertyStatic memberTextureRealWorldScaleX The property labeled "Size X" from the "UnifiedBitmap" schema.
Public propertyStatic memberTextureRealWorldScaleY The property labeled "Size Y" from the "UnifiedBitmap" schema.
Public propertyStatic memberTextureScaleLock The property labeled "Scale Lock" from the "UnifiedBitmap" schema.
Public propertyStatic memberTextureURepeat The property labeled "U Repeat" from the "UnifiedBitmap" schema.
Public propertyStatic memberTextureVRepeat The property labeled "V Repeat" from the "UnifiedBitmap" schema.
Public propertyStatic memberTextureWAngle The property labeled "Angle" from the "UnifiedBitmap" schema.
Public propertyStatic memberUnifiedbitmapBitmap The property labeled "Source" from the "UnifiedBitmap" schema.
Public propertyStatic memberUnifiedbitmapInvert The property labeled "Invert Image" from the "UnifiedBitmap" schema.
Public propertyStatic memberUnifiedbitmapRGBAmount The property labeled "Brightness" from the "UnifiedBitmap" schema.
Top
See Also