RhinoCommon API
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)
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: Booleantrue with render materials and model geometry; false otherwise.