    

 ## On this page

  

 

 # syscgetintegerattributef Interface Reference

 Last update: 17.07.2025 

Provide an interface to get an integer-valued attribute. [More...](interfacefortran_1_1syscgetintegerattributef.xhtml#details)

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

type([syscintegerattributef](structfortran_1_1syscintegerattributef.xhtml)) function [syscgetintegerattributef](interfacefortran_1_1syscgetintegerattributef.xhtml#aac82f8c5c777506867e2d6cf3b3d7359) (name, value) Get an integer-valued attribute. [More...](interfacefortran_1_1syscgetintegerattributef.xhtml#aac82f8c5c777506867e2d6cf3b3d7359)  
 <a id="details" name="details"></a>## Detailed Description

Provide an interface to get an integer-valued attribute.

Definition at line [20](syscAttributeF_8fi_source.xhtml#l00020) of file [syscAttributeF.fi](syscAttributeF_8fi_source.xhtml).



## Constructor &amp; Destructor Documentation

<a id="aac82f8c5c777506867e2d6cf3b3d7359" name="aac82f8c5c777506867e2d6cf3b3d7359"></a>## [◆ ](#aac82f8c5c777506867e2d6cf3b3d7359)syscgetintegerattributef()

 type([syscintegerattributef](structfortran_1_1syscintegerattributef.xhtml)) function [syscgetintegerattributef](interfacefortran_1_1syscgetintegerattributef.xhtml)  ( character(len=\*), intent(in)  *name*,    integer(kind=8), intent(in)  *value*   ) 

Get an integer-valued attribute.

Parameters \[in\]name- attribute name.\[in\]value- attribute value.Returnsan integer attribute Definition at line [31](syscAttributeF_8fi_source.xhtml#l00031) of file [syscAttributeF.fi](syscAttributeF_8fi_source.xhtml).

<a id="l00032" name="l00032"></a> 32 import :: syscintegerattributef

<a id="l00033" name="l00033"></a> 33 character(len=\*), intent(in) :: name

<a id="l00034" name="l00034"></a> 34 integer(kind=8), intent(in) :: value

<a id="l00035" name="l00035"></a> 35 type(SyscIntegerAttributeF) :: ret

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

<a id="l00037" name="l00037"></a> 37!DIR$ ATTRIBUTES DLLIMPORT :: syscGetIntegerAttributeF

<a id="l00038" name="l00038"></a> 38!DIR$ ENDIF