Property

Overview

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

Property objects expose GetExtra and SetExtra methods for storing arbitrary user data, and GetBindPoint for retrieving animation bind points.

This class provides 4 methods for working with Property objects in .NET programs. Available methods include: Property, ToString. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: Count, Description, DisplayName, EnumType, Name, Normalized, and 1 more.

Properties

NameTypeAccessDescription
NamestringReadGets the name.
DisplayNamestringRead/WriteGets or sets the display name.
DescriptionstringRead/WriteGets or sets the description.
TypeTypeReadGets the type.
EnumTypeEnumTypeRead/WriteGets or sets the enum type.
NormalizedboolRead/WriteGets or sets the normalized.
Countint?Read/WriteGets or sets the count.

Methods

SignatureDescription
Property(name: string, displayName: string, description: string, type: Type, normalized: bool, count: int?)Creates a new Property with the specified name and optional initial value
Property(name: string, displayName: string, description: string, type: EnumType, array: bool, count: int?)Calls Property(name, displayName, description, type, array, count) on this Property instance.
Property(name: string, type: Type)Calls Property(name, type) on this Property instance.
ToString()Not implemented in the FOSS edition — throws at runtime. Calls ToString on this Property instance.

See Also

 English