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] The string to parse.  
OdString& sName 
[out] The name of the AcVar.  
OdString& sFormat 
[out] The format of the AcVar.  

true - if specified string contains AcVar, false - otherwise.

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

 

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