Previous Topic: UpNumericNext Topic: MetaModelObjects


UpSingleCharArray

This method will update a single character property value for the current object. The method returns the LastReturnCode.

Syntax

LastReturnCode = object.UpSingleCharArray nPrpTypeCode

Parameters

object

An expression that evaluates to a MetaModelObject.

LastReturnCode

A long value representing the return code from the method.

nPrpTypeCode

A long value indicating the type of the character property.

Remarks

EAPI_SUCCESSFUL_RC - indicates a successful execution

EAPI_PTC_INVALID_RC - indicates that the property type code is either not a valid code, does not exist for the current object, or is not a CHAR property

EAPI_OBJECT_NOT_FOUND_RC - indicates that the current object is invalid