MatchUp Object:Matchcode:Component Information: Difference between revisions
Jump to navigation
Jump to search
m Admin moved page MatchUp Object:Matchcode:Read Information to MatchUp Object:Matchcode:Component Information without leaving a redirect |
No edit summary |
||
Line 13: | Line 13: | ||
|Syntax=int = mdMC->GetMatchcodeItemCount() | |Syntax=int = mdMC->GetMatchcodeItemCount() | ||
|C=int = mdMUMatchcodeGetMatchcodeItemCount(mdMC) | |C=int = mdMUMatchcodeGetMatchcodeItemCount(mdMC) | ||
|.Net=integer = mdMC. | |.Net=integer = mdMC.GetMatchcodeItemCount | ||
}} | }} | ||
Line 23: | Line 23: | ||
|Syntax=MatchcodeComponent = mdMC->GetMatchcodeItem(int) | |Syntax=MatchcodeComponent = mdMC->GetMatchcodeItem(int) | ||
|C=mdMUMatchcodeComponent = mdMUMatchcodeGetMatchcodeItem(mdMC, int) | |C=mdMUMatchcodeComponent = mdMUMatchcodeGetMatchcodeItem(mdMC, int) | ||
|.Net=MatchcodeComponent = mdMC. | |.Net=MatchcodeComponent = mdMC.GetMatchcodeItem(integer) | ||
}} | }} | ||
[[Category:MatchUp Object]] | [[Category:MatchUp Object]] |
Latest revision as of 18:52, 7 August 2015
MatchUp Object Matchcode Interface Navigation | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Overview | |||||||||||
Order of Operations | |||||||||||
Mapping Information | |||||||||||
|
The functions in this section retrieve the number of components in a given matchcode and retrieve the contents of a specific matchcode component.
GetMatchcodeItemCount
This function returns an integer indicating the number of MatchcodeComponent objects in the current Matchcode object.
Syntax | int = mdMC->GetMatchcodeItemCount() |
---|---|
C | int = mdMUMatchcodeGetMatchcodeItemCount(mdMC) |
.Net | integer = mdMC.GetMatchcodeItemCount |
GetMatchcodeItem
This function returns the MatchcodeComponent object located at the position indicated by the integer value passed to this function.
Syntax | MatchcodeComponent = mdMC->GetMatchcodeItem(int) |
---|---|
C | mdMUMatchcodeComponent = mdMUMatchcodeGetMatchcodeItem(mdMC, int) |
.Net | MatchcodeComponent = mdMC.GetMatchcodeItem(integer) |