Autodesk.AutoCAD.DatabaseServices Namespace > TypedValue Structure
TypedValue Structure
Description

 

This value type may contain objects of various types. The type of the value is indicated by this object's TypeCode property, which is analogous to the restype member of the ObjectARX resbuf structure. See ObjectARX Developer's Guide for more information on resbuf

 

This type also defines XML serialization elements that correspond to the data types supported by the resbuf struct.

Visual Basic
Public Structure TypedValue
End Structure
C#
public struct TypedValue {
}
Links
   Comments?