NameIdPair Class: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) |
Kate Racaza (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
|ID||Gets or sets the item's numeric ID number. '''Integer'''. | |ID||Gets or sets the item's numeric ID number. '''Integer'''. | ||
|} | |} | ||
==Related Links== | |||
*[[Repository.Project.GetAllProjects|Repository.Project.GetAllProjects Method]] | |||
*[[Repository.Project.GetCurrentProject|Repository.Project.GetCurrentProject Method]] | |||
*[[Repository.XFRACAS.GetAllXFRACASEntities|Repository.XFRACAS.GetAllXFRACASEntities Method]] | |||
*[[Repository.Model.GetAllModelsInfo|Repository.Model.GetAllModelsInfo Method]] |
Revision as of 19:02, 29 October 2015
Member of: SynthesisAPI
Stores the name and ID of a project, XFRACAS entity or other Synthesis item.
Properties
Name | Description |
---|---|
Name | Gets or sets the item's name. String. |
ID | Gets or sets the item's numeric ID number. Integer. |