ClassType

Overview

ClassType is a class in Aspose.3D FOSS for .NET.

The class definitions .

This class provides 7 methods for working with ClassType objects in .NET programs. Available methods include: AddProperty, ClassType, ToString. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: Description, DisplayName, Name, Properties.

Properties

NameTypeAccessDescription
NamestringReadGets the name.
DisplayNamestringRead/WriteGets or sets the display name.
DescriptionstringRead/WriteGets or sets the description.
PropertiesIList<Property>ReadGets the properties.

Methods

SignatureDescription
ClassType(name: string, displayName: string, description: string, properties: List<Property>)Calls ClassType(name, displayName, description, properties) on this ClassType instance.
ToString()Not implemented in the FOSS edition — throws at runtime. Calls ToString on this ClassType instance.
AddProperty(name: string, type: EnumType, array: bool, count: int?)Not implemented in the FOSS edition — throws at runtime. Calls AddProperty(name, type, array, count) on this ClassType instance.
AddProperty(name: string, displayName: string, description: string, type: EnumType, array: bool, count: int?)Not implemented in the FOSS edition — throws at runtime. Calls AddProperty(name, displayName, description, type, array, count) on this ClassType instance.
AddProperty(name: string, displayName: string, description: string, type: Type, normalized: bool, count: int?)Not implemented in the FOSS edition — throws at runtime. Calls AddProperty(name, displayName, description, type, normalized, count) on this ClassType instance.
AddProperty(name: string, type: Type)Not implemented in the FOSS edition — throws at runtime. Calls AddProperty(name, type) on this ClassType instance.
AddProperty(property: Property)Not implemented in the FOSS edition — throws at runtime. Calls AddProperty(property) on this ClassType instance.

See Also

 English