RVTDocs.com
Namespace: Autodesk.Revit.DB Class: FilledRegion

FilledRegion.IsValidFilledRegionTypeId

Method
Description:
Indicates whether the given Id is a valid filled region type Id.
Syntax
public static bool IsValidFilledRegionTypeId(
	Document document,
	ElementId typeId
)
Parameters
Parameter Type Description
document Document The document.
typeId ElementId The filled region type Id.
Return Value
Type Description
Boolean True if it is a valid filled region type Id, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null