ModelUserText Constructor |
Namespace:
Grasshopper.Rhinoceros
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic ModelUserText(
IEnumerable<KeyValuePair<string, string>> source
)
Public Sub New (
source As IEnumerable(Of KeyValuePair(Of String, String))
)
Parameters
- source
- Type: System.Collections.GenericIEnumerableKeyValuePairString, String
See Also