Share

UIDocument.GetSketchGalleryOptions Method

Gets the valid sketch gallery options of a family symbol.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public IList<SketchGalleryOptions> GetSketchGalleryOptions(
	FamilySymbol familySymbol
)

Parameters

familySymbol  FamilySymbol
The family symbol.

Return Value

IList<SketchGalleryOptions>
The valid list of SketchGalleryOptions.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?