Revit 2025 API
Tessellated |
Requests the type of geometry to be built.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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