Property
Overview
Property is a class in Aspose.3D FOSS for .NET.
Represents a property
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets or sets the identifier of the property |
Value | object? | Read/Write | Gets or sets the stored value of the property |
Flags | PropertyFlags | Read/Write | Gets or sets the PropertyFlags that describe the property’s state |
Methods
| Signature | Description |
|---|---|
Property(name: string) | Creates a new Property with the specified name and optional value |
Property(name: string, value: object?) |