<Code Lib>
2027 Method
Changes 0
M

AnalysisDisplayStyle.FindByName

Description:
Finds analysis display style by name.

public static ElementId FindByName(
	Document document,
	string name
)

  • document
    Document in which to look for analysis display style element.
  • String
    name
    Name of analysis display style to look for.
Return Value ElementId Element id of the found analysis display style, invalidElementId if not found.

Loading…