AssetInfo

Overview

AssetInfo is a class in Aspose.3D FOSS for .NET. Inherits from: A3DObject, INamedObject.

Information of asset.

This class provides 9 methods for working with AssetInfo objects in .NET programs. Available methods include: A3DObject, AssetInfo, FindProperty, GetProperty, RemoveProperty, SetProperty. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: Ambient, ApplicationName, ApplicationVendor, ApplicationVersion, Author, AxisSystem, and 16 more.

Properties

NameTypeAccessDescription
CreationTimeNullable<DateTime>Read/WriteGets or Sets the creation time of this asset
ModificationTimeNullable<DateTime>Read/WriteGets or Sets the modification time of this asset
AmbientNullable<Vector4>Read/WriteGets or Sets the default ambient color of this asset
UrlstringRead/WriteGets or Sets the URL of this asset.
ApplicationVendorstringRead/WriteGets or sets the application vendor’s name
CopyrightstringRead/WriteGets or sets the document’s copyright
ApplicationNamestringRead/WriteGets or sets the application that created this asset
ApplicationVersionstringRead/WriteGets or sets the version of the application that created this asset.
TitlestringRead/WriteGets or sets the title of this asset
SubjectstringRead/WriteGets or sets the subject of this asset
AuthorstringRead/WriteGets or sets the author of this asset
KeywordsstringRead/WriteGets or sets the keywords of this asset
RevisionstringRead/WriteGets or sets the revision number of this asset, usually used in version control system.
CommentstringRead/WriteGets or sets the comment of this asset.
UnitNamestringRead/WriteGets or sets the unit of length used in this asset.
UnitScaleFactordoubleRead/WriteGets or sets the scale factor to real-world meter.
CoordinateSystemNullable<CoordinateSystem>Read/WriteGets or sets the coordinate system used in this asset.
UpVectorNullable<Axis>Read/WriteGets or sets the up-vector used in this asset.
FrontVectorNullable<Axis>Read/WriteGets or sets the front-vector used in this asset.
AxisSystemAxisSystemRead/WriteGets or sets the coordinate system/up vector/front vector of the asset info.
NamestringRead/WriteGets or sets the name.
PropertiesPropertyCollectionReadGets the collection of all properties.

Methods

SignatureDescription
AssetInfo()Initializes a new instance of the AssetInfo class.
AssetInfo(name: string)Initializes a new instance of the AssetInfo class.
A3DObject()Initializes a new instance of the A3DObject class with no name.
A3DObject(name: string)Initializes a new instance of the A3DObject class.
RemoveProperty(property: Property)Removes a dynamic property.
RemoveProperty(property: string)Remove the specified property identified by name
GetProperty(property: string)Get the value of specified property
SetProperty(property: string, value: object?)Sets the value of specified property
FindProperty(propertyName: string)Finds the property.

See Also

 English