LangAlt Constructor (String) |
Initializes a new instance of the
LangAlt class.
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic LangAlt(
string defaultValue
)
Public Sub New (
defaultValue As String
)
public:
LangAlt(
String^ defaultValue
)
new :
defaultValue : string -> LangAlt
Parameters
- defaultValue
- Type: SystemString
The default value.
See Also