Skip to main content Skip to complementary content

DefPathAtIndex Method

Overloads

DefPathAtIndex(Int32)

Converts an existing index to its equivalent path value

DefPathAtIndex(Int32[])

Converts existing index values to their equivalent path values

DefPathAtIndex(Int32)

Converts an existing index to its equivalent path value

Declaration

      string DefPathAtIndex(int index)
    

Parameters

Type Name Description
System.Int32 index

index to HyperCube/ListObject definition

Returns

Type Description
System.String

path to HyperCube/ListObject definition

DefPathAtIndex(Int32[])

Converts existing index values to their equivalent path values

Declaration

      string[] DefPathAtIndex(int[] indexes)
    

Parameters

Type Name Description
System.Int32[] indexes

array with indexes to HyperCube/ListObject definitions

Returns

Type Description
System.String[]

array of paths to HyperCube/ListObject definitions

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!