    

 ## On this page

  

 

 # sysccouplinginterfacegetnumsidetworegionsf Interface Reference

 Last update: 17.07.2025 

Provide an interface to get number of side two regions. [More...](interfacefortran_1_1sysccouplinginterfacegetnumsidetworegionsf.xhtml#details)

## <a id="pub-methods" name="pub-methods"></a>Public Member Functions

integer(kind=8) function [sysccouplinginterfacegetnumsidetworegionsf](interfacefortran_1_1sysccouplinginterfacegetnumsidetworegionsf.xhtml#a0756af7c3adf69b7507861938d4f0f26) (couplinginterface) Get number of side two regions in a coupling interface.   
 <a id="details" name="details"></a>## Detailed Description

Provide an interface to get number of side two regions.

Definition at line [227](syscCouplingInterfaceF_8fi_source.xhtml#l00227) of file [syscCouplingInterfaceF.fi](syscCouplingInterfaceF_8fi_source.xhtml).



## Constructor &amp; Destructor Documentation

<a id="a0756af7c3adf69b7507861938d4f0f26" name="a0756af7c3adf69b7507861938d4f0f26"></a>## [◆ ](#a0756af7c3adf69b7507861938d4f0f26)sysccouplinginterfacegetnumsidetworegionsf()

 integer(kind=8) function [sysccouplinginterfacegetnumsidetworegionsf](interfacefortran_1_1sysccouplinginterfacegetnumsidetworegionsf.xhtml)  ( type([sysccouplinginterfacef](structfortran_1_1sysccouplinginterfacef.xhtml)), intent(in)  *couplinginterface*) 

Get number of side two regions in a coupling interface.

Definition at line [233](syscCouplingInterfaceF_8fi_source.xhtml#l00233) of file [syscCouplingInterfaceF.fi](syscCouplingInterfaceF_8fi_source.xhtml).

 235!

 236 import :: sysccouplinginterfacef

 237 type(SyscCouplingInterfaceF), intent(in) :: couplingInterface

 238 integer(kind=8) :: ret

 239!

 240!DIR$ IF DEFINED(\_WIN32) .and. ( .not. DEFINED(SYSTEM\_COUPLING\_PARTICIPANT\_PROXY))

 241!DIR$ ATTRIBUTES DLLIMPORT :: syscCouplingInterfaceGetNumSideTwoRegionsF

 242!DIR$ ENDIF

 243!