Share

View.GetModel Method

Description

This .NET method wraps the ObjectARX method.

Obtains the GS model associated with a drawable and this view.

Visual Basic

Public Function GetModel(
    drw As Drawable
) As Model

C#

public Model GetModel(
    Drawable drw
);

Parameters

Parameters Description
Drawable drw The drawable object.

Returns

A reference to the associated Autodesk.AutoCAD.GraphicsSystem.Model.

Links

View Class, Autodesk.AutoCAD.GraphicsSystem Namespace

Was this information helpful?