GenericZoneGetSketchId Method |
Gets the sketch id for the generic zone.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic ElementId GetSketchId()
Public Function GetSketchId As ElementId
public:
ElementId^ GetSketchId()
member GetSketchId : unit -> ElementId
Return Value
ElementId
The sketch element id for the sketch-based generic zone.
Exceptions
See Also