Property
Overview
Property is a class in Aspose.3D FOSS for .NET.
Property objects expose GetExtra and SetExtra methods for storing arbitrary user data, and GetBindPoint for retrieving animation bind points.
This class provides 4 methods for working with Property objects in .NET programs.
Available methods include: Property, ToString.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Count, Description, DisplayName, EnumType, Name, Normalized, and 1 more.
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. |
Type | Type | Read | Gets the type. |
EnumType | EnumType | Read/Write | Gets or sets the enum type. |
Normalized | bool | Read/Write | Gets or sets the normalized. |
Count | int? | Read/Write | Gets or sets the count. |
Methods
| Signature | Description |
|---|---|
Property(name: string, displayName: string, description: string, type: Type, normalized: bool, count: int?) | Creates a new Property with the specified name and optional initial value |
Property(name: string, displayName: string, description: string, type: EnumType, array: bool, count: int?) | Calls Property(name, displayName, description, type, array, count) on this Property instance. |
Property(name: string, type: Type) | Calls Property(name, type) on this Property instance. |
ToString() | Not implemented in the FOSS edition — throws at runtime. Calls ToString on this Property instance. |