Class pfcFreeAttachment
Description
This interface represents a detail item attachment at free point, possibly relative to a model view.
See Also:
Method Summary
| |
| |
| |
| Creates a data object used for representing a free attachment. A free attachment is relative to a fixed location, or relative to a fixed location with respect to a drawing view. |
| |
| |
void | |
| |
| |
| The attachment point, in screen coordinates. |
| |
| |
void | |
| |
| |
| The drawing model view (the attachment point will move relative to this view). If null, the attachment will not be with respect to a view. |
| |
| |
| |
| |
Method Detail
| GetAttachmentPoint | () |
void | SetAttachmentPoint | |
The attachment point, in screen coordinates.
Manual References:
The drawing model view (the attachment point will move relative to this view). If null, the attachment will not be with respect to a view.
Manual References:
Creates a data object used for representing a free attachment. A free attachment is relative to a fixed location, or relative to a fixed location with respect to a drawing view.
See Also:
Parameters:
inAttachmentPoint
The attachment point, in screen coordinates.
Returns: