Share

EPlotResource.EPlotResource() Constructor

Description

Default constructor.

Visual Basic

Public Sub New()
Public Sub New(
    role As string, 
    mime As string, 
    path As string
)

C#

public EPlotResource();
public EPlotResource(
    string role, 
    string mime, 
    string path
);

Links

EPlotResource Class, Autodesk.AutoCAD.Publishing Namespace

Was this information helpful?