CadParameter.Init
Contents
[
Hide
]Init(object)
Initialize the specified value.
public abstract void Init(object value)
Parameter | Type | Description |
---|---|---|
value | Object | The value of the parameter. |
See Also
- class CadParameter
- namespace Aspose.CAD.FileFormats.Cad.CadParameters
- assembly Aspose.CAD
Init(CadEntityAttribute, CadCodeValue)
Initialize the specified type.
public void Init(CadEntityAttribute type, CadCodeValue value)
Parameter | Type | Description |
---|---|---|
type | CadEntityAttribute | The type of the parameter. |
value | CadCodeValue | The value of the parameter. |
See Also
- enum CadEntityAttribute
- class CadCodeValue
- class CadParameter
- namespace Aspose.CAD.FileFormats.Cad.CadParameters
- assembly Aspose.CAD
Init(CadEntityAttribute, object)
Initialize the specified type.
public void Init(CadEntityAttribute type, object value)
Parameter | Type | Description |
---|---|---|
type | CadEntityAttribute | The type of the parameter. |
value | Object | The value of the parameter. |
See Also
- enum CadEntityAttribute
- class CadParameter
- namespace Aspose.CAD.FileFormats.Cad.CadParameters
- assembly Aspose.CAD
Init(CadCodeValue)
Initialize the specified value.
public abstract void Init(CadCodeValue value)
Parameter | Type | Description |
---|---|---|
value | CadCodeValue | The value of the parameter. |
See Also
- class CadCodeValue
- class CadParameter
- namespace Aspose.CAD.FileFormats.Cad.CadParameters
- assembly Aspose.CAD