Scope: Schematic editor
Object: View Object
Prerequisites: None
Returns the block name associated with the top level hierarchical design for this view.
While the ActivateView Event (Application Object) is being executed, this method may return the incorrect design name because the context has not been set at that point. Consider using ActivateView2 Event (Application Object) instead to avoid this problem.
View.GetTopLevelDesignName() As String
None
As String. A string containing the block name associated with the top level hierarchical design for this view.