ClassType
Overview
ClassType is a class in Aspose.3D FOSS for .NET.
The class definitions .
This class provides 7 methods for working with ClassType objects in .NET programs.
Available methods include: AddProperty, ClassType, ToString.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Description, DisplayName, Name, Properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read | Gets the name. |
DisplayName | string | Read/Write | Gets or sets the display name. |
Description | string | Read/Write | Gets or sets the description. |
Properties | IList<Property> | Read | Gets the properties. |
Methods
| Signature | Description |
|---|---|
ClassType(name: string, displayName: string, description: string, properties: List<Property>) | Calls ClassType(name, displayName, description, properties) on this ClassType instance. |
ToString() | Not implemented in the FOSS edition — throws at runtime. Calls ToString on this ClassType instance. |
AddProperty(name: string, type: EnumType, array: bool, count: int?) | Not implemented in the FOSS edition — throws at runtime. Calls AddProperty(name, type, array, count) on this ClassType instance. |
AddProperty(name: string, displayName: string, description: string, type: EnumType, array: bool, count: int?) | Not implemented in the FOSS edition — throws at runtime. Calls AddProperty(name, displayName, description, type, array, count) on this ClassType instance. |
AddProperty(name: string, displayName: string, description: string, type: Type, normalized: bool, count: int?) | Not implemented in the FOSS edition — throws at runtime. Calls AddProperty(name, displayName, description, type, normalized, count) on this ClassType instance. |
AddProperty(name: string, type: Type) | Not implemented in the FOSS edition — throws at runtime. Calls AddProperty(name, type) on this ClassType instance. |
AddProperty(property: Property) | Not implemented in the FOSS edition — throws at runtime. Calls AddProperty(property) on this ClassType instance. |