API Documentation > Interface Classes > Class wfcImportFeatureIdMap
Class wfcImportFeatureIdMap

# include <wfcFeature.h>

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

Description
Import feature map between item id and user id.
Method Summary
void
SetItemId (xint value)
The item id.
void
The item type.
void
SetUserId (xint value)
Thr user id.
Method Detail
GetItemId
()
void
SetItemId
(xint value)
The item id.
Manual References:
GetItemType
()
void
SetItemType
The item type.
Manual References:
GetUserId
()
void
SetUserId
(xint value)
Thr user id.
Manual References:
Was this helpful?