API Documentation > Classes > Interface IpfcDetailCreateInstructions
Interface IpfcDetailCreateInstructions
Description
This interface is used to provide information on how to create a detail item.
See Also:
Direct Known Subclasses:
Property Summary
Property
as Long
This readonly attribute represents the identifier of an existing detail item. This interface is not used for creating or modifying detail items.
Method Summary
Function
Returns the type of detail item that this instructions object will create.
Property Detail
Property
Id
as Long
This readonly attribute represents the identifier of an existing detail item. This interface is not used for creating or modifying detail items.
Method Detail
Function
GetType
Returns the type of detail item that this instructions object will create.
Returns:
The type of detail item.
Was this helpful?