RenamingRuleIndex Property

The index of the current renaming rule.

Syntax

ANSI (Cross Platform)
int GetRenamingRuleIndex();
int SetRenamingRuleIndex(int iRenamingRuleIndex); Unicode (Windows) INT GetRenamingRuleIndex();
INT SetRenamingRuleIndex(INT iRenamingRuleIndex);
@property (nonatomic,readwrite,assign,getter=renamingRuleIndex,setter=setRenamingRuleIndex:) int renamingRuleIndex;
- (int)renamingRuleIndex;
- (void)setRenamingRuleIndex:(int)newRenamingRuleIndex;
#define PID_X12TRANSLATOR_RENAMINGRULEINDEX 10

IPWORKSX12_EXTERNAL void* IPWORKSX12_CALL IPWorksX12_X12Translator_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSX12_EXTERNAL int IPWORKSX12_CALL IPWorksX12_X12Translator_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

-1

Remarks

This property specifies the current renaming rule. Valid values are from 0 to RenamingRuleCount - 1.

When set RenamingRule is populated with the renaming rule identified by the index.

This property is not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks X12 2020 C++ Edition - Version 20.0 [Build 8155]