Uses of Interface
com.solibri.smc.api.communication.Presentation
-
Packages that use Presentation Package Description com.solibri.smc.api com.solibri.smc.api.communication -
-
Uses of Presentation in com.solibri.smc.api
Methods in com.solibri.smc.api that return types with arguments of type Presentation Modifier and Type Method Description static List<Presentation>
SMC. getPresentations()
Returns all the presentation available in the software. -
Uses of Presentation in com.solibri.smc.api.communication
Methods in com.solibri.smc.api.communication that return Presentation Modifier and Type Method Description static Presentation
Presentation. create()
Creates an empty presentation.Methods in com.solibri.smc.api.communication that return types with arguments of type Presentation Modifier and Type Method Description Collection<Presentation>
Slide. getPresentations()
Returns the presentations this slide is a part of.
-