Click or drag to resize

FieldDictionaryContainsField Method

Call this method to determine if a this FieldsList contains a field with the specified field name.

Namespace:  Rhino.Render.Fields
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.1
Syntax
public bool ContainsField(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Field to search for

Return Value

Type: Boolean
Returns true if a field with that matches fieldName is found or false if it is not found.
See Also