ModelComponent.ModelComponentTypeRequiresUniqueName Method

ModelComponentModelComponentTypeRequiresUniqueName Method

Informs the developer if a particular model component type will require uniqueness within a document. This is currently true with render materials and model geometry; false otherwise.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool ModelComponentTypeRequiresUniqueName(
	ModelComponentType type
)
Public Shared Function ModelComponentTypeRequiresUniqueName ( 
	type As ModelComponentType
) As Boolean

Parameters

type
Type: Rhino.DocObjectsModelComponentType
The type to check.

Return Value

Type: Boolean
true with render materials and model geometry; false otherwise.
Version Information

Rhino for Windows

Supported in: 6.14
See Also