Property

Overview

Property is a class in Aspose.3D FOSS for Typescript.

Property.constructor creates a new Property instance with the specified name and value.

Properties

NameTypeAccessDescription
namestringRead
valueanyRead/WriteContains the value assigned to the Property
valueTypeanyReadIndicates the data type of the Property’s value

Methods

SignatureDescription
constructor(name: string, value: any)Creates a new Property instance with the specified name and value
getExtra(name: string)anyReturns the extra data associated with the given extra name
setExtra(name: string, value: any)Stores a value under the specified extra name for this Property
toString()string

See Also