INamedObject

Overview

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

INamedObject.name stores the object’s name as a string.

Properties: name.

Description

INamedObject is an interface in Aspose.3D FOSS for TypeScript that defines a contract with 0 methods. Classes that implement this interface must provide concrete implementations for all declared operations.

Core capabilities include: : string. These operations enable developers to integrate inamedobject functionality directly into TypeScript applications.

The class also provides the name property (gets the name).

Properties

NameTypeAccessDescription
name: stringReadGets the name.

See Also