AssetInfo

Overview

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

AssetInfo.constructor creates a new AssetInfo instance.

This class declares 7 methods for AssetInfo 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()Creates a new AssetInfo instance
constructor(name: string)Calls constructor(name) on this AssetInfo instance.
findProperty(propertyName: string)Property | nullCalls findProperty(propertyName) on this AssetInfo instance.
getProperty(property: string)anyCalls getProperty(property) on this AssetInfo instance.
setProperty(property: string, value: any)Sets the property value.
removeProperty(property: string | Property)booleanCalls removeProperty(property) on this AssetInfo instance.
toString()stringCalls toString on this AssetInfo instance.

See Also

 English