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
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read | Gets the name. |
MetaClass | ClassType | Read | Gets the meta class. |
Values | Dictionary<string, object> | Read | Gets the values. |
Methods
| Signature | Description |
|---|---|
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. |