RhinoCommon API
MaterialRefsGetEnumerator Method |
Returns an enumerator that iterates through this dictionary.
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)
public IEnumerator<KeyValuePair<Guid, MaterialRef>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of Guid, MaterialRef))
Return Value
Type: IEnumeratorKeyValuePairGuid, MaterialRefA IEnumerator that can be used to iterate this dictionary.