ObjectTableModifyAttributes Method (RhinoObject, ObjectAttributes, Boolean) |
Rhino for Mac 5.1
Modifies an object's attributes. Cannot be used to change object id.
Namespace: Rhino.DocObjects.TablesAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.50000.0 (5.0.20693.0)
Syntaxpublic bool ModifyAttributes(
RhinoObject obj,
ObjectAttributes newAttributes,
bool quiet
)
Public Function ModifyAttributes (
obj As RhinoObject,
newAttributes As ObjectAttributes,
quiet As Boolean
) As Boolean
Parameters
- obj
- Type: Rhino.DocObjectsRhinoObject
object to modify. - newAttributes
- Type: Rhino.DocObjectsObjectAttributes
new attributes. - quiet
- Type: SystemBoolean
if true, then warning message boxes are disabled.
Return Value
Type:
Booleantrue if successful.
See Also