Applies the name to the entity or work feature.
This will throw an exception if the name is already in use.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Sub SetName ( entity As Object, name As String )
C#
void SetName( Object entity, string name )
Parameters
- entity
- Type: System.Object
The face, edge, vertex or work feature to be named. - name
- Type: System.String
The name.