RVTDocs.com

CableTrayConduitBase.IsValidLevelId

Method
Description:
Identifies if a level id is valid.
Syntax
public static bool IsValidLevelId(
	Document document,
	ElementId levelId
)
Parameters
Parameter Type Description
document Document The document.
levelId ElementId The level id.
Return Value
Type Description
Boolean True if the level id is valid, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null