Library | Module

Class pfcDetailSymbolInstItem



Description

This interface represents a symbol instance in a Creo Parametric model.
See Also:
pfcDetailItemOwner.GetDetailItem(), pfcDetailItemOwner.ListDetailItems(), pfcDetailItemOwner.CreateDetailItem()
Direct Parent Classes:
pfcDetailItem



Method Summary

voidDraw ()
Draws a symbol instance.
voidErase ()
Erases a symbol instance.
pfcDetailSymbolInstInstructionsGetInstructions (boolean GiveParametersAsNames)
Returns a data object detailing how a symbol instance is constructed.
/* optional */ pfcDetailSymbolGroupsListGroups (pfcSymbolGroupFilter Filter)
List the symbol groups included in a symbol instance.
voidModify (pfcDetailSymbolInstInstructions Instructions)
Modifies the definition of a symbol instance.
voidRemove ()
Removes a symbol instance.
voidShow ()
Shows a symbol instance.



Method Detail


voidDraw ()

Draws a symbol instance.



voidErase ()

Erases a symbol instance.



pfcDetailSymbolInstInstructionsGetInstructions (boolean GiveParametersAsNames)

Returns a data object detailing how a symbol instance is constructed.
Parameters:
GiveParametersAsNames
true to get symbolic representations of parameter entries in the text, false to get the actual text shown to the user.
Returns:
The instructions data object.



/* optional */ pfcDetailSymbolGroupsListGroups (pfcSymbolGroupFilter Filter)

List the symbol groups included in a symbol instance.

Exceptions thrown (but not limited to):

pfcXToolkitNotFound - No groups with the designated status were found in the symbol instance.


Parameters:
Filter
The type of symbol groups to be listed.
Returns:
The list of symbol groups.



voidModify (pfcDetailSymbolInstInstructions Instructions)

Modifies the definition of a symbol instance.

Exceptions thrown (but not limited to):

pfcXToolkitCantWrite - Could not modify the given item because it has read-only access.


Parameters:
Instructions
Data object containing the new placement instructions for the instance.



voidRemove ()

Removes a symbol instance.



voidShow ()

Shows a symbol instance.