PropertyTable

PropertyTable

Overview

PropertyTable is a class in Aspose.3D FOSS for .NET.

This class provides 6 methods for working with PropertyTable objects in .NET programs. Available methods include: AddValue, Attach, From, GetValue, PropertyTable. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: MetaClass, Name, Values.

Properties

NameTypeAccessDescription
NamestringReadGets the name.
MetaClassClassTypeReadGets the meta class.
ValuesDictionary<string, object>ReadGets the values.

Methods

SignatureDescription
PropertyTable(name: string, mclass: ClassType)Calls PropertyTable(name, mclass) on this PropertyTable instance.
GetValue(name: string)Not implemented in the FOSS edition — throws at runtime. Calls GetValue(name) on this PropertyTable instance.
AddValue(prop: Property, value: object)Not implemented in the FOSS edition — throws at runtime. Calls AddValue(prop, value) on this PropertyTable instance.
AddValue(propName: string, value: object)Not implemented in the FOSS edition — throws at runtime. Calls AddValue(propName, value) on this PropertyTable instance.
From(userData: VertexElementUserData)Not implemented in the FOSS edition — throws at runtime. Calls From(userData) on this PropertyTable instance.
Attach(userData: VertexElementUserData)Not implemented in the FOSS edition — throws at runtime. Calls Attach(userData) on this PropertyTable instance.

See Also

 English