asiGetModelLibSection
asiGetModelLibSection(o_modelLibSelection) =>t_sectionName/nil
Description
Gets the section name of a model library selection object.
Arguments
Value Returned
Examples
The following example shows how to get the section name for the first model library in the current ADE L session.
session = asiGetCurrentSession()
=> stdobj@0x235ff080
modelList = asiGetModelLibSelectionList( session ) => (("./Models/myModels.scs" "FF") ("./Models/InlineModels.scs" "") ("./Models/mySingle.scs" "fastfast") ) asiGetModelLibSection(car(modelList)) => "FF"
Return to top