@autocreateproperty()

Returns the status of the "auto create property" export option.

Syntax

@autocreateproperty ()

Type

HyperMesh Template Function

Description

Returns 1 if the "auto create property" export option is enabled via *feoutputwithdata, 0 otherwise.

Example

*if([@autocreateproperty() ==0]) //do not export unresolved IDs
*string("#Data1")
*end()
*endif()

*if([@autocreateproperty() ==1]) //export unresolved IDs
*string("#Data2")
*end()
*endif()

Version History

13.0