API Reference > Functions > SDAI > sdaiFarCopyInstance Function
sdaiFarCopyInstance Function
Syntax
C++
DAI_EXPORT SdaiAppInstance sdaiFarCopyInstance(SdaiAppInstance instance, SdaiModel model);

sdai.h

Parameters 
Description 
SdaiAppInstance instance 
[in] An origin application instance.  
SdaiModel model 
[in] A model to associate the copy with.  

A copied application instance.

Creates a copy of a specified application instance (origin) within a specified model. The created copy contains the same attributes as the origin one.

This function is not implemented yet.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.