INamedObject
Overview
INamedObject is a interface in Aspose.3D FOSS for Java.
INamedObject.getName returns the object’s current name.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Holds the object’s name value |
Methods
| Signature | Description |
|---|---|
getName() → String | Returns the object’s current name |
setName(name: String) | Assigns the given string as the object’s name |