PropertyFlags
Overview
PropertyFlags is a enum in Aspose.3D FOSS for .NET.
Property flags
This enumeration defines 5 values: None, Hidden, ReadOnly, Required, UserData.
Values
| Value | Description |
|---|---|
None | Represents no property flags are set |
Hidden | Represents a property that is hidden from standard views |
ReadOnly | Represents a property that cannot be modified after creation |
Required | Represents a property that must be supplied for the object to be valid |
UserData | Represents a custom user data flag attached to the property |