BoundaryConditionsSketchId Property |
Sketch associated to this Revit element.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic ElementId SketchId { get; }Public ReadOnly Property SketchId As ElementId
Get
public:
property ElementId^ SketchId {
ElementId^ get ();
}member SketchId : ElementId with get
Property Value
ElementId
Remarks
Boundary conditions may not have a valid sketch.
To edit the sketch profile you can use [!:setLoops()] or [!:Autodesk::Revit::DB::SketchEditScope].
See Also