DirectShapeType.AreOptionsValid
Method
Description:
Validates that the given DirectShapeTypeOptions are allowed for this particular DirectShapeType.
Validates that the given DirectShapeTypeOptions are allowed for this particular DirectShapeType.
Parameters
Parameter | Type | Description |
---|---|---|
options | DirectShapeTypeOptions | The options object. |
Return Value
Type | Description |
---|---|
Boolean | True if the DirectShapeTypeOptions are valid; false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |