API Reference > Functions > odfdGetAcVarData Function
odfdGetAcVarData Function
Syntax
C++
DBENT_EXPORT bool odfdGetAcVarData(const OdString& sString, OdString& sName, OdString& sFormat);

FdField.h

Parameters 
Description 
const OdString& sString 
[in] String to parse.  
OdString& sName 
[out] Name of the AcVar.  
OdString& sFormat 
[out] Format of the AcVar.  

True if the specified string contains AcVar, false otherwise.

Parses a string containing a field with AcVar, separating the variable name and formatting. 

 

Copyright © 2002–2021. Open Design Alliance. All rights reserved.