Click or drag to resize

NamedEntitiesSetName Method

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: 23.0
Syntax
Sub SetName ( 
	entity As Object,
	name As String
)

Parameters

entity
Type: SystemObject
The face, edge, vertex or work feature to be named.
name
Type: SystemString
The name.
See Also