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
CadEntityAttributeThe type of the parameter.
value
CadCodeValueThe value of the parameter.
Init(CadEntityAttribute, object)
Initialize the specified type.
public void Init(CadEntityAttribute type, object value)
Parameters
type
CadEntityAttributeThe type of the parameter.
value
objectThe value of the parameter.
Init(CadCodeValue)
Initialize the specified value.
public abstract void Init(CadCodeValue value)
Parameters
value
CadCodeValueThe value of the parameter.
Init(object)
Initialize the specified value.
public abstract void Init(object value)
Parameters
value
objectThe value of the parameter.