IGetEntityName Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::IGetEntityName.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetEntityName( _
ByVal Entity As Entity _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim Entity As Entity
Dim value As String
value = instance.IGetEntityName(Entity)
|
C# | |
---|
string IGetEntityName(
Entity Entity
) |
C++/CLI | |
---|
String^ IGetEntityName(
& Entity^ Entity
) |
Parameters
- Entity
-
See Also