Property

Overview

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

Represents a property

Properties

NameTypeAccessDescription
NamestringRead/WriteGets or sets the identifier of the property
Valueobject?Read/WriteGets or sets the stored value of the property
FlagsPropertyFlagsRead/WriteGets or sets the PropertyFlags that describe the property’s state

Methods

SignatureDescription
Property(name: string)Creates a new Property with the specified name and optional value
Property(name: string, value: object?)