Asset Properties


The Asset type exposes the following members.

Properties

Name Description
Public property AssetType
The type of RenderingAsset
Public property IsReadOnly
Identifies if the object is read-only or modifiable. If true, the object may not be modified. If false, the object's contents may be modified.
(Inherited from AssetProperty .)
Public property IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from AssetProperty .)
Public property Item (Inherited from AssetProperties .)
Public property LibraryName
Library name
Public property Name
Get the name of the AssetProperty
(Inherited from AssetProperty .)
Public property NumberOfConnectedProperties
The number of currently connected properties.
(Inherited from AssetProperty .)
Public property Size
The number of the AssetProperty(s) in the object.
(Inherited from AssetProperties .)
Public property Title
Asset title
Public property Type
Returns the type of the AssetProperty
(Inherited from AssetProperty .)

See Also