Previous Topic: FetchCardOneAscNext Topic: FetchSingleCharPrp


FetchCharArrayPrp

This method will fetch the value of a string property for the current object. It takes one parameter, the property type code for the string property.

Syntax

object.FetchCharArrayPrp nPrpTypeCode

Parameters

object

An expression that evaluates to a MetaModelObject.

nPrpTypeCode

A long value indicating the type of the string 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 NAME, LOADNAME, DESC, or STRING property

EAPI_OBJECT_NOT_FOUND_RC - indicates that the current object is invalid