Value Property

Specifies the current value for the property, or the object ID of the newly created cloned object.

See Also | Example

Signature

object.Value

object

DynamicBlockReferenceProperty, IDPair
The object or objects this property applies to.

Value

DynamicBlockReferenceProperty objects: Variant; read-write
The current value for the property.

IDPair objects: Long_PTR; read-only
The object ID of the newly created cloned object in the CopyObjects operation.

Remarks

IDPair: Use the Key property to get the object ID of the source object.

DynamicBlockReferenceProperty: No error is returned if the specified property value could not be set. For example, if the property has a list of allowable values or a minimum-maximum range, and the value provided is not in the list or is out of range, no error is returned.

 

   Comments?