Sets the name of the entity if the entity does not have a name.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetEntityName( _
ByVal Entity As System.Object, _
ByVal StringValue As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPartDoc
Dim Entity As System.Object
Dim StringValue As System.String
Dim value As System.Boolean
value = instance.SetEntityName(Entity, StringValue) |
C++/CLI | |
---|
System.bool SetEntityName(
& System.Object^ Entity,
& System.String^ StringValue
) |
Parameters
- Entity
- Entity
- StringValue
Name of the entity
Return Value
True if name is set successfully, false if not
Example
Remarks
See Also