API Documentation > Interface Classes > Class pfcDetailCreateInstructions
Class pfcDetailCreateInstructions

# include <pfcDetail.h>

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

Description
This interface is used to provide information on how to create a detail item.
See Also:
Direct Known Subclasses:
Method Summary
This readonly attribute represents the identifier of an existing detail item. This interface is not used for creating or modifying detail items.
Returns the type of detail item that this instructions object will create.
Method Detail
GetType
()
Returns the type of detail item that this instructions object will create.
Returns:
The type of detail item.
GetId
()
This readonly attribute represents the identifier of an existing detail item. This interface is not used for creating or modifying detail items.
Was this helpful?