Value32 Property |
Specifies the current value for the property, or the object ID of the newly created cloned object, for a 64-bit system.
Signature
object.Value32
object
DynamicBlockReferenceProperty,
IDPair
The object or objects this property applies to.
Value32
DynamicBlockReferenceProperty objects:
Variant; read-write
The current value for the property.
IDPair objects: Long; 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? |