Share

View.GetModelList Method

Description

This .NET method wraps the ObjectARX method.

Obtains all of the GS models associated with this view.

Visual Basic

Public Function GetModelList() As Model()

C#

public Model\[\] GetModelList();

Returns

A reference to an array of Autodesk.AutoCAD.GraphicsSystem.Model object references; this array is populated and returned by the method.

Links

View Class, Autodesk.AutoCAD.GraphicsSystem Namespace

Was this information helpful?