|
P
IsReadOnly
|
bool
|
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 )
|
AssetProperty
|
|
P
IsValidObject
|
Boolean
|
Specifies whether the .NET object represents a valid Revit entity. (Inherited from AssetProperty )
|
AssetProperty
|
|
P
Name
|
string
|
Get the name of the AssetProperty (Inherited from AssetProperty )
|
AssetProperty
|
|
P
NumberOfConnectedProperties
|
int
|
The number of currently connected properties. (Inherited from AssetProperty )
|
AssetProperty
|
|
P
Type
|
AssetPropertyType
|
Returns the type of the AssetProperty (Inherited from AssetProperty )
|
AssetProperty
|
|
P
Value
|
string
|
value of the property
|
|