Library
|
File
Frames
|
Expand
Class pfcDetailItem
# include <
pfcDetail.h
>
class
pfcDetailItem
: public virtual
pfcModelItem
{
xaideclare
(
pfcDetailItem
)
...
};
Description
This interface represents a detail item in Creo Parametric.
See Also:
pfcDetailItemOwner::GetDetailItem(pfcDetailType, xint)
,
pfcDetailItemOwner::ListDetailItems(optional pfcDetailType, optional xint)
,
pfcDetailItemOwner::CreateDetailItem(pfcDetailCreateInstructions_ptr)
,
pfcDetailItemOwner::RetrieveSymbolDefinition(xrstring, optional xrstring, optional xint, optional xbool)
,
pfcDetailSymbolDefItem::GetDetailItem(pfcDetailType, xint)
,
pfcDetailSymbolDefItem::ListDetailItems(optional pfcDetailType)
,
pfcDetailSymbolDefItem::CreateDetailItem(pfcDetailCreateInstructions_ptr)
Manual References:
Drawings: Detail Groups
,
Drawings: Detail Symbol Definitions
,
Drawings: Detail Symbol Instances
Direct Known Subclasses:
pfcDetailEntityItem
,
pfcDetailNoteItem
,
pfcDetailSymbolDefItem
,
pfcDetailSymbolInstItem
,
pfcDetailGroupItem
,
pfcDetailOLEObject
Method Summary
void
Delete
()
Deletes a detail item.
pfcDetailType
GetDetailType
()
Gets the type of a detail item.
Methods Inherited from Class
pfcChild
:
GetDBParent
,
GetOId
Methods Inherited from Class
pfcActionSource
:
AddActionListener
,
RemoveActionListener
Methods Inherited from Class
pfcRelationOwner
:
DeleteRelations
,
GetRelations
,
SetRelations
,
RegenerateRelations
,
EvaluateExpression
Methods Inherited from Class
pfcParent
:
GetChild
Methods Inherited from Class
pfcParameterOwner
:
GetParam
,
CreateParam
,
ListParams
,
SelectParam
,
CreateParamWithUnits
,
SelectParameters
Methods Inherited from Class
pfcModelItem
:
GetName
,
SetName
,
GetId
,
GetType
Method Detail
pfcDetailType
GetDetailType
()
Gets the type of a detail item.
Returns:
The detail item type.
void
Delete
()
Deletes a detail item.
Returns: