DirectShapeReferenceOptions.IsValidReferenceName
Method
Description:
Validates that the input name can be assigned to a direct shape reference.
Validates that the input name can be assigned to a direct shape reference.
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 |