Sets a name of the specified
CADEntity.
Namespace:
CADImport.FaceModule
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Shared Function SetName( _ ByVal aEnt As CADEntity _ ) As String |
Parameters
-
aEnt
-
Type: CADEntity
A CADEntity whose name will be set.
Return Value
A
string containing a name of the specified
CADEntity.
Remarks
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also