AddChannel
Contenu
[
Cacher
]AddChannel<T>(string, T)
public bool AddChannel<T>(string name, T value)
Voir également
- class BindPoint
- espace de noms Aspose.ThreeD.Animation
- Assemblée Aspose.3D
AddChannel(string, object)
Ajoute la propriété de canal spécifiée.
public bool AddChannel(string name, object value)
Paramètre | Taper | La description |
---|---|---|
name | String | Nom. |
value | Object | Évaluer. |
Return_Value
vrai, si le canal a été ajouté, faux sinon.
Voir également
- class BindPoint
- espace de noms Aspose.ThreeD.Animation
- Assemblée Aspose.3D
AddChannel(string, Type, object)
Ajoute la propriété de canal spécifiée.
public bool AddChannel(string name, Type type, object value)
Paramètre | Taper | La description |
---|---|---|
name | String | Nom. |
type | Type | Taper. |
value | Object | Évaluer. |
Return_Value
vrai, si le canal a été ajouté, faux sinon.
Voir également
- class BindPoint
- espace de noms Aspose.ThreeD.Animation
- Assemblée Aspose.3D