Identifies if the naming category is valid for an assembly instance.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2012
Syntax
| C# |
|---|
public static bool IsValidNamingCategory(
Document document,
ElementId namingCategoryId,
ICollection<ElementId> assemblyMemberIds
) |
| Visual Basic |
|---|
Public Shared Function IsValidNamingCategory ( _
document As Document, _
namingCategoryId As ElementId, _
assemblyMemberIds As ICollection(Of ElementId) _
) As Boolean |
| Visual C++ |
|---|
public:
static bool IsValidNamingCategory(
Document^ document,
ElementId^ namingCategoryId,
ICollection<ElementId^>^ assemblyMemberIds
) |
Return Value
True if the naming category is valid, false otherwise.
Exceptions
See Also