Table of Contents

Method Init

Namespace
Aspose.CAD.FileFormats.Cad.CadParameters
Assembly
Aspose.CAD.dll

Init(CadEntityAttribute, CadCodeValue)

Initialize the specified type.

public void Init(CadEntityAttribute type, CadCodeValue value)

Parameters

type CadEntityAttribute

The type of the parameter.

value CadCodeValue

The value of the parameter.

Init(CadEntityAttribute, object)

Initialize the specified type.

public void Init(CadEntityAttribute type, object value)

Parameters

type CadEntityAttribute

The type of the parameter.

value object

The value of the parameter.

Init(CadCodeValue)

Initialize the specified value.

public abstract void Init(CadCodeValue value)

Parameters

value CadCodeValue

The value of the parameter.

Init(object)

Initialize the specified value.

public abstract void Init(object value)

Parameters

value object

The value of the parameter.