Workspace object class    
   I got some problems with implement workspace class :
1/ workspace.getObjectsbyType(IddObjectType) - what are available objects ? The IddObjectType links to "empty content" page. 
2/ workspace.getObjectbyName(String, ExactMatch = true) - Which name will be checked as follow object?
!-   ===========  ALL OBJECTS IN CLASS: SETPOINTMANAGER:MULTIZONE:HUMIDITY:MAXIMUM ===========
SetpointManager:MultiZone:Humidity:Maximum,
    DOAS humidity max,       !- Name
    DOAS Ventilation air loop,  !- HVAC Air Loop Name
    0.008,                   !- Minimum Setpoint Humidity Ratio {kgWater/kgDryAir}
    0.0195,                  !- Maximum Setpoint Humidity Ratio {kgWater/kgDryAir}
    Node 13;                 !- Setpoint Node or NodeList Name
 3/workspace.getObjectbyReference(RefName) - how to create and format reference name ? Have any example for this method ?


 
 
 
