API Documentation > Classes > Interface IpfcFeatInfoExportInstructions
Interface IpfcFeatInfoExportInstructions
Description
Class that exports data about a specific feature.
Direct Parent Classes:
User Guide References:
Method Summary
Function
Creates a new instructions object to export data about a specific feature.
Method Detail
Function
CCpfcFeatInfoExportInstructions.Create
(FeatId as Long) as IpfcFeatInfoExportInstructions
Creates a new instructions object to export data about a specific feature.
Parameters:
FeatId
ID of the feature to export.
Returns:
The new instructions object.
Was this helpful?