<Code Lib>
2020 Method
Changes 0
M

AnalysisDisplayStyle.FindByName

Description:
Finds analysis display style by name.

public static ElementId FindByName(
	Document document,
	string name
)

Return Value ElementId Element id of the found analysis display style, invalidElementId if not found.

Loading…