Revit 2026 API
Tessellated |
Requests the type of geometry to be built.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public TessellatedShapeBuilderTarget Target { get; set; }
Public Property Target As TessellatedShapeBuilderTarget Get Set
public: property TessellatedShapeBuilderTarget Target { TessellatedShapeBuilderTarget get (); void set (TessellatedShapeBuilderTarget value); }
member Target : TessellatedShapeBuilderTarget with get, set
Property Value
TessellatedShapeBuilderTarget| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
See Also