Share

NamedEntities.DeleteName Method

Deletes the name on the object, if it has one. (No error if it has no name.)

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Sub DeleteName ( 
	entity As Object
)

C#

void DeleteName(
	Object entity
)

Parameters

entity
Type: System.Object
A face, edge, vertex or work feature.

See Also

Reference

Was this information helpful?