API Documentation > Interfaces > Interface ParametricAttachment
Interface ParametricAttachment

package com.ptc.pfc.pfcDetail;

public interface
ParametricAttachment
extends
com.ptc.pfc.pfcDetail.Attachment


Description
This interface represents a detail item attachment on an entity or item.
See Also:
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcDetail.Attachment :
Method Summary
Get method for attribute "AttachedGeometry"
Selection representing the item to attach to. This should include the drawing model view. The attachment will occur at the selected parameters
void
Set method for attribute "AttachedGeometry"
Selection representing the item to attach to. This should include the drawing model view. The attachment will occur at the selected parameters
Method Detail
GetAttachedGeometry
GetAttachedGeometry
()
SetAttachedGeometry
void
SetAttachedGeometry
(Selection value)
Selection representing the item to attach to. This should include the drawing model view. The attachment will occur at the selected parameters
User Guide References:
Was this helpful?