NameIdPair Class: Difference between revisions

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




<onlyinclude>Represents the name and ID pair of projects, XFRACAS entities or model resources.</onlyinclude>
<onlyinclude>Represents the name and ID pair of a project, XFRACAS entity or model resource.</onlyinclude>


== Properties  ==
== Properties  ==

Revision as of 15:08, 8 April 2016

APIWiki.png


Member of: SynthesisAPI


Represents the name and ID pair of a project, XFRACAS entity or model resource.

Properties

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



See Also