StructuralMetadata.ClassType.AddProperty
Contents
[
Hide
]AddProperty(string, EnumType, bool, int?)
public Property AddProperty(string name, EnumType type, bool array, int? count = null)
See Also
- class Property
- class EnumType
- class ClassType
- namespace Aspose.ThreeD.Formats.GLTF
- assembly Aspose.3D
AddProperty(string, string, string, EnumType, bool, int?)
public Property AddProperty(string name, string displayName, string description, EnumType type,
bool array, int? count = null)
See Also
- class Property
- class EnumType
- class ClassType
- namespace Aspose.ThreeD.Formats.GLTF
- assembly Aspose.3D
AddProperty(string, string, string, Type, bool, int?)
public Property AddProperty(string name, string displayName, string description, Type type,
bool normalized = false, int? count = null)
See Also
- class Property
- class ClassType
- namespace Aspose.ThreeD.Formats.GLTF
- assembly Aspose.3D
AddProperty(string, Type)
public Property AddProperty(string name, Type type)
See Also
- class Property
- class ClassType
- namespace Aspose.ThreeD.Formats.GLTF
- assembly Aspose.3D
AddProperty(Property)
public void AddProperty(Property property)
See Also
- class Property
- class ClassType
- namespace Aspose.ThreeD.Formats.GLTF
- assembly Aspose.3D