Library | Module

Class pfcSymbolDefAttachment



Description

This interface represents the way that an instance may be attached to a symbol definition.
See Also:
pfcDetailSymbolDefInstructions



Property Summary

/* optional */ numberAttachmentParam
The parameter on the entity (typically a t parameter). null, if the attachment type is SYMDEFATTACH_FREE or SYMDEFATTACH_RADIAL_LEADER.
pfcPoint3DAttachmentPoint
The attachment point, in the coordinate system of the symbol definition.
/* optional */ numberEntityId
The identifier of the symbol definition entity. null, if the attachment type is SYMDEFATTACH_FREE.
pfcSymbolDefAttachmentTypeType
The type of attachment.



Method Summary

static pfcSymbolDefAttachmentCreate (pfcSymbolDefAttachmentType inType, pfcPoint3D inAttachmentPoint)
Creates a data object that represents the way that an instance may be attached to a symbol definition.



Property Detail


/* optional */ numberAttachmentParam

The parameter on the entity (typically a t parameter). null, if the attachment type is SYMDEFATTACH_FREE or SYMDEFATTACH_RADIAL_LEADER.




pfcPoint3DAttachmentPoint

The attachment point, in the coordinate system of the symbol definition.




/* optional */ numberEntityId

The identifier of the symbol definition entity. null, if the attachment type is SYMDEFATTACH_FREE.




pfcSymbolDefAttachmentTypeType

The type of attachment.





Method Detail


static pfcSymbolDefAttachmentCreate (pfcSymbolDefAttachmentType inType, pfcPoint3D inAttachmentPoint)

Creates a data object that represents the way that an instance may be attached to a symbol definition.
See Also:
pfcDetailSymbolDefInstructions
Parameters:
inType
The type of attachment.
inAttachmentPoint
The attachment point, in the coordinate system of the symbol definition.
Returns: