<< Click to Display Table of Contents >> NShape Reference
|
Tests, whether a control point has at least one of a set of given capabilities.
public abstract bool HasControlPointCapability( |
If one of the capabilities in controlPointCapability is set, the function returns true.
Name |
Description |
---|---|
controlPointId |
Identifies the control point to test. |
controlPointCapabilities |
Defines a set of capabilities for which to test. |
True, if the control point has one of the given capabilities.
Name |
Description |
---|---|
ArgumentException |
The control point id is invalid. |