2027 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
)
  • document
    The document containing the global parameter.
  • parameterId
    Id of a global parameter
Return Value Boolean Returns True if the Id is of a valid global parameter; False otherwise.