WrapperAttribute Constructor
|
Constructor for the WrapperAttribute
class.
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public WrapperAttribute(
string wrappedClass
)
Public Sub New (
wrappedClass As String
)
public:
WrapperAttribute(
String^ wrappedClass
)
new :
wrappedClass : string -> WrapperAttribute
Parameters
- wrappedClass String
- [in] Name of a wrapped class.
See Also