Description
Checks if the specified attribute of the curveloop is set to 1 or not.
Syntax
Function RFCurveLoop.IsAttributed(att As RFAttribute, pbResult As Boolean) As RFErrorCode
The IsAttributed syntax has these parts:
| Part | Description |
|---|---|
| att | [IN] RFAttribute Required. Attribute or bitwise expression to check. |
| pbResult | [OUT] Boolean Required. Boolean value indicating whether the specified attribute is set to 1 or not. |