NameIdPair Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 2: Line 2:




<onlyinclude>Stores or retrieves the name and ID of a project, XFRACAS entity or other Synthesis item.</onlyinclude>
<onlyinclude>Represents the name and ID pair of projects, XFRACAS entities or model resources.</onlyinclude>


== Properties  ==
== Properties  ==
{| {{APITable}}
{| {{APITable}}
|-
|-
| style="width: 130px;"|Name||Gets or sets the item's name. '''String'''.
| style="width: 130px;"|Name||Gets or sets the name. '''String'''.
|-
|-
|ID||Gets or sets the item's numeric ID number. '''Integer'''.
|ID||Gets or sets the numeric ID number. '''Integer'''.
|}
|}



Revision as of 23:14, 7 April 2016

APIWiki.png


Member of: SynthesisAPI


Represents the name and ID pair of projects, XFRACAS entities or model resources.

Properties

Name Description
Name Gets or sets the name. String.
ID Gets or sets the numeric ID number. Integer.



See Also