Previous Topic: FetchCharArrayPrpNext Topic: FetchSingleNumericPrp


FetchSingleCharPrp

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

Syntax

object.FetchSingleCharPrp nPrpTypeCode

Parameters

object

An expression that evaluates to a MetaModelObject.

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