A3DObject
Overview
A3DObject is a class in Aspose.3D FOSS for .NET.
Inherits from: INamedObject.
The base class of all Aspose.ThreeD objects, all sub classes will support dynamic properties.
This class provides 5 methods for working with A3DObject objects in .NET programs.
Available methods include: A3DObject, FindProperty, GetProperty, RemoveProperty, SetProperty.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Name, Properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets or sets the name. |
Properties | PropertyCollection | Read | Gets the properties. |
Methods
| Signature | Description |
|---|---|
A3DObject() | Creates a new instance with default settings |
A3DObject(name: string) | |
RemoveProperty(property: Property) | Removes a dynamic property. |
RemoveProperty(property: string) | Removes a dynamic property. |
GetProperty(property: string) | Get the value of specified property |
SetProperty(property: string, value: object?) | Sets the value of specified property |
FindProperty(propertyName: string) | Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name) |