CustomObject

Overview

CustomObject is a class in Aspose.3D FOSS for TypeScript. Inherits from: A3DObject.

This class declares 6 methods for CustomObject objects in TypeScript programs. Available methods include: constructor, findProperty, getProperty, removeProperty, setProperty, toString. Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package. Properties: name, properties.

Properties

NameTypeAccessDescription
namestringRead/WriteGets the name.
propertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
constructor(name: string)Calls constructor(name) on this CustomObject instance.
findProperty(propertyName: string)Property | nullCalls findProperty(propertyName) on this CustomObject instance.
getProperty(property: string)anyCalls getProperty(property) on this CustomObject instance.
setProperty(property: string, value: any)Sets the property value.
removeProperty(property: string | Property)booleanCalls removeProperty(property) on this CustomObject instance.
toString()stringCalls toString on this CustomObject instance.

See Also

 English