ModelElemGuid2ElemInd Method
Return element indexes for lists of guids.
Namespace: Karamba.ModelsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public List<int> ElemGuid2ElemInd(
List<Guid> guids
)
Public Function ElemGuid2ElemInd (
guids As List(Of Guid)
) As List(Of Integer)
public:
List<int>^ ElemGuid2ElemInd(
List<Guid>^ guids
)
member ElemGuid2ElemInd :
guids : List<Guid> -> List<int>
- guids ListGuid
- List of guids for which to get the element indexes.
ListInt32List of element indexes.