Description
Checks if the specified attribute of the NURBS surface is set to 1 or not.
Syntax
Function RFNurbsSurface.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. A Boolean value indicating specified attribute is set to 1. |