Deletes the name associated with the specified entity.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DeleteEntityName( _
ByVal Entity As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPartDoc
Dim Entity As System.Object
Dim value As System.Boolean
value = instance.DeleteEntityName(Entity) |
C# | |
---|
System.bool DeleteEntityName(
System.object Entity
) |
C++/CLI | |
---|
System.bool DeleteEntityName(
& System.Object^ 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