A3DObject Class
The base class of all Aspose.ThreeD objects, all sub classes will support dynamic properties.
Inheritance Hierarchy
SystemObject
  Aspose.ThreeDA3DObject
    More...

Namespace: Aspose.ThreeD
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public class A3DObject

The A3DObject type exposes the following members.

Constructors
  NameDescription
Public methodA3DObject
Initializes a new instance of the A3DObject class with no name.
Public methodA3DObject(String)
Initializes a new instance of the A3DObject class.
Properties
  NameDescription
Public propertyName
Gets or sets the name.
Public propertyProperties
Gets the collection of all properties.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindProperty
Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name)
Public methodGetHashCode (Inherited from Object.)
Public methodGetProperty
Get the value of specified property
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveProperty(String)
Remove the specified property identified by name
Public methodRemoveProperty(Property)
Removes a dynamic property.
Public methodSetProperty
Sets the value of specified property
Public methodToString (Inherited from Object.)
Fields
  NameDescription
Protected fieldname
The name of the current object.
Protected fieldproperties
The properties of the current object.
See Also
Inheritance Hierarchy
SystemObject
  Aspose.ThreeDA3DObject
    Aspose.ThreeD.AnimationAnimationNode
    Aspose.ThreeD.AnimationBindPoint
    Aspose.ThreeD.AnimationKeyframeSequence
    Aspose.ThreeDAssetInfo
    Aspose.ThreeDCustomObject
    Aspose.ThreeD.DeformersBone
    Aspose.ThreeD.DeformersDeformer
    Aspose.ThreeD.DeformersMorphTargetChannel
    Aspose.ThreeDImageRenderOptions
    Aspose.ThreeDPose
    Aspose.ThreeDProperty
    Aspose.ThreeD.RenderPostProcessing
    Aspose.ThreeDSceneObject
    Aspose.ThreeD.ShadingMaterial
    Aspose.ThreeD.ShadingTextureBase
    Aspose.ThreeDTransform