Share

AnalyticalSurfaceBase.SketchId Property

Sketch associated to this Revit element.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public ElementId SketchId { get; }

Property Value

ElementId

Remarks

Analytical Element may not have a valid sketch. To edit the sketch profile you can use SetOuterContour(CurveLoop) or [!:Autodesk::Revit::DB::SketchEditScope].

See Also

Reference

Was this information helpful?