Share

RevisionCloud Object


Description

RevisionCloud Object.

Methods

Name Description
CopyTo Method that copies the revision cloud to specified sheet.
Delete Method that deletes the RevisionCloud.
GetReferenceKey Generate the sequence of bytes, called this object's reference key, which can be held onto beyond document edits and which will allow the caller to be bound back to the live object.

Properties

Name Description
Application Gets the root Application object. Where the property is weakly-typed, it can be set to (QueryInterfaced for) 'Application' when running with Inventor whereas, 'ApprenticeServer' when running with the Apprentice Server.
AttributeSets Gets the Attribute Sets collection on this object.
Definition Gets and sets the RevisionCloudDefinition object associated with this revision cloud.
Name Gets and sets the name of the RevisionCloud.
Parent Gets the parent object from whom this object can logically be reached.
Position Gets and sets the position of the revision cloud on the sheet.
RangeBox Returns a Box2d object which contains the lower-left and upper-right corners of a rectangle that is guaranteed to enclose this object.
Sketch Returns the associative DrawingSketch object.
Type Gets the constant that indicates the type of this object.

Accessed From

RevisionCloud.CopyTo, RevisionCloudDefinition.Parent, RevisionClouds.Add, RevisionClouds.Item

Samples

Name Description
RevisionCloud Creation Sample This sample is to demonstrate how to create a revision cloud in drawing document.

Version

Introduced in version 2024

Was this information helpful?