<Code Lib>
2022 Method
Changes 0
M

GlobalParametersManager.IsValidGlobalParameter

Description:
Tests whether an ElementId is of a global parameter in the given document.

public static bool IsValidGlobalParameter(
	Document document,
	ElementId parameterId
)

Return Value bool Returns True if the Id is of a valid global parameter; False otherwise.

Loading…