Sets the vertex's color.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public void SetColor( ColorWithTransparency color )
Parameters
- color ColorWithTransparency
- The vertex's color.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |