TypedValue Constructor (Int32)
|
Initializes a new instance of the
TypedValue
class
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
public TypedValue(
int typeCode
)
Public Sub New (
typeCode As Integer
)
public:
TypedValue(
int typeCode
)
new :
typeCode : int -> TypedValue
Parameters
- typeCode
- Type: SystemInt32
See Also