Description Returns an 0 based ordinal in a McDBNodes collection for a given property.
-
Return Type
-
A Long value.
-
Syntax
-
object.GetDBNodesIndex (pdbnodes, eLinkProperty, sValue, [lSearchFromIndex0], [lSearchOptions])
The GetDBNodesIndex Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataManager. | | pdbnodes | Required. A McDBNodes object. A McDBNodes that contains the McDBNode link of interest. | | eLinkProperty | Required. A mcdbInfoType enumeration, as described in settings. Specifies the link property being sought. | | sValue | Required. A String value. Specifies the link property value being sought. | | lSearchFromIndex0 | Optional. A Long value. The 0 based ordinal position from where (inclusively) to search. When this value is negative, the collection is searched backwards from the absolute value to position 0. | | lSearchOptions | Optional. A Long value. For future use. | Settings The settings for eLinkProperty are:
|