    

 ## 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#a047bee8e2d14252e359e38352400352c) (couplingInterface) Get number of side two regions in a coupling interface. [More...](interfacefortran_1_1sysccouplinginterfacegetnumsidetworegionsf.xhtml#a047bee8e2d14252e359e38352400352c)  
 <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="a047bee8e2d14252e359e38352400352c" name="a047bee8e2d14252e359e38352400352c"></a>## [◆ ](#a047bee8e2d14252e359e38352400352c)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).

<a id="l00235" name="l00235"></a> 235!

<a id="l00236" name="l00236"></a> 236 import :: sysccouplinginterfacef

<a id="l00237" name="l00237"></a> 237 type(SyscCouplingInterfaceF), intent(in) :: couplingInterface

<a id="l00238" name="l00238"></a> 238 integer(kind=8) :: ret

<a id="l00239" name="l00239"></a> 239!

<a id="l00240" name="l00240"></a> 240!DIR$ IF DEFINED(\_WIN32)

<a id="l00241" name="l00241"></a> 241!DIR$ ATTRIBUTES DLLIMPORT :: syscCouplingInterfaceGetNumSideTwoRegionsF

<a id="l00242" name="l00242"></a> 242!DIR$ ENDIF

<a id="l00243" name="l00243"></a> 243!