CFF2PropertyCustom Constructor |
Namespace:
Aspose.CAD.FileFormats.CFF2
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CFF2PropertyCustom(
string name,
string containt
)
Public Sub New (
name As String,
containt As String
)
public:
CFF2PropertyCustom(
String^ name,
String^ containt
)
new :
name : string *
containt : string -> CFF2PropertyCustom
Parameters
- name
- Type: SystemString
- containt
- Type: SystemString
See Also