##############################################################################
##############################################################################

help(uiApp)

##############################################################################
##############################################################################

########## ACTION IS REQUIRED IN THIS BLOCK ##########
########## 1 ACTION REQUIRED ##########

uiApp.Visible = True

#Set the application so that it is user controlled.
########## ACTION 1 : Replace the ? with the correct property of the IAgUiApplication interface ##########
uiApp.? = True

##############################################################################
##############################################################################

#Get the STK Object Model Root
stkRoot = uiApp.Personality2

##############################################################################
##############################################################################
print("\ntype(stkRoot):")
print(type(stkRoot))

##############################################################################
##############################################################################