RVTDocs.com

DirectShapeReferenceOptions.IsValidReferenceName

Method
Description:
Validates that the input name can be assigned to a direct shape reference.
Syntax
public static bool IsValidReferenceName(
	string name
)
Parameters
Parameter Type Description
name String The name to assign to the reference.
Return Value
Type Description
Boolean True if the input name is valid, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null