Gets the name of the model that is referenced in the drawing view.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetReferencedModelName() As String |
Visual Basic (Usage) | |
---|
Dim instance As IView
Dim value As String
value = instance.GetReferencedModelName()
|
C# | |
---|
string GetReferencedModelName() |
C++/CLI | |
---|
String^ GetReferencedModelName(); |
Return Value
Name of the model in the drawing view
Example
See Also