Library | File

Class pfcSymbolDefAttachment

# include <pfcDetail.h>

class pfcSymbolDefAttachment
 : public virtual xobject
{
    xdeclare(pfcSymbolDefAttachment)
    ...
};
This is a COMPACT class.



Description

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



Method Summary

static pfcSymbolDefAttachment_ptrCreate (pfcSymbolDefAttachmentType inType, pfcPoint3D_ptr inAttachmentPoint)
Creates a data object that represents the way that an instance may be attached to a symbol definition.
optional xrealGetAttachmentParam ()
voidSetAttachmentParam (optional xreal value)
The parameter on the entity (typically a t parameter). null, if the attachment type is SYMDEFATTACH_FREE or SYMDEFATTACH_RADIAL_LEADER.
pfcPoint3D_ptrGetAttachmentPoint ()
voidSetAttachmentPoint (pfcPoint3D_ptr value)
The attachment point, in the coordinate system of the symbol definition.
optional xintGetEntityId ()
voidSetEntityId (optional xint value)
The identifier of the symbol definition entity. null, if the attachment type is SYMDEFATTACH_FREE.
pfcSymbolDefAttachmentTypeGetType ()
voidSetType (pfcSymbolDefAttachmentType value)
The type of attachment.



Method Detail

pfcSymbolDefAttachmentTypeGetType ()
voidSetType (pfcSymbolDefAttachmentType value)

The type of attachment.




optional xintGetEntityId ()
voidSetEntityId (optional xint value)

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




optional xrealGetAttachmentParam ()
voidSetAttachmentParam (optional xreal value)

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




pfcPoint3D_ptrGetAttachmentPoint ()
voidSetAttachmentPoint (pfcPoint3D_ptr value)

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




static pfcSymbolDefAttachment_ptrCreate (pfcSymbolDefAttachmentType inType, pfcPoint3D_ptr 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: