This method will fetch the value of a numeric property for the current object. It takes one parameter, the property type code for the numeric property.
Syntax
object.FetchSingleNumericPrp nPrpTypeCode
Parameters
object
An expression that evaluates to a MetaModelObject.
nPrpTypeCode
A long value indicating the type of the numeric 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 numeric property
EAPI_OBJECT_NOT_FOUND_RC - indicates that the current object is invalid
|
Copyright © 2014 CA.
All rights reserved.
|
|