INamedObject

INamedObject

Overview

INamedObject is a interface in Aspose.3D FOSS for Java.

INamedObject.getName returns the object’s current name.

Properties

NameTypeAccessDescription
nameStringReadHolds the object’s name value

Methods

SignatureDescription
getName()StringReturns the object’s current name
setName(name: String)Assigns the given string as the object’s name

See Also