Deletes the name associated with the specified entity.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IDeleteEntityName( _
ByVal Entity As Entity _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPartDoc
Dim Entity As Entity
Dim value As System.Boolean
value = instance.IDeleteEntityName(Entity) |
C# | |
---|
System.bool IDeleteEntityName(
Entity Entity
) |
C++/CLI | |
---|
System.bool IDeleteEntityName(
& Entity^ Entity
) |
Parameters
- Entity
- Entity whose name to remove
Return Value
True if the name is removed successfully, false if not
Remarks
See Also
Availability
SolidWorks 99, datecode 1999207