ContentsIndexHome
PreviousUpNext
ISession.openSet Method

Retrieves the set with the provided name.  

 

C#
ISetData openSet(String name);
Parameters 
Description 
String name 
The name of the set. 

A reference to the set.

Throws an InvalidUseException if the model has no set identifier with the supplied name.