RVTDocs.com

StructuralConnectionHandlerType.IsTypeNameValidForCustomConnection

Method
Description:
Validates if the input name matches the criteria of StructuralConnectionHandlerType name.
Syntax
public static bool IsTypeNameValidForCustomConnection(
	Document document,
	string typeName
)
Parameters
Parameter Type Description
document Document The Document.
typeName String The StructuralConnectionHandlerType name to validate.
Return Value
Type Description
Boolean True if the input name matches the criteria of StructuralConnectionHandlerType name.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null