Click or drag to resize

ModelComponentIsValidComponentName Method

Tests for a valid model component name.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.15
Syntax
public static bool IsValidComponentName(
	string name
)

Parameters

name
Type: SystemString
The string to validate.

Return Value

Type: Boolean
true if the string is a valid model component name, false otherwise.
See Also