AcMapIENameValueIterator:: Set Method
Sets the value of a name-value pair in the collection.
virtual AcMapIE::ErrCode Set(
const ACHAR* pszName,
const ACHAR* pszValue
) = 0;|
Parameters |
Description |
|
pszName |
Input case-insensitive name of the name-value pair to set. |
|
pszValue |
Input new value for the name-value pair to set. |
Returns
Returns AcMapIE::ErrCode kErr_OK if successful. Returns AcMapIE::ErrCode kErr_BadParams if either input string is NULL or empty. Returns AcMapIE::ErrCode kErr_BadFieldName if the input name is invalid. Returns AcMapIE::ErrCode kErr_Fail if the case-insensitive input name does not already exist in the collection.
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].