IXRecord Interface Methods Send Feedback
See Also 

For a list of all members of this type, see IXRecord members.

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the XRecord.  
 MethodDeleteDeletes the specified XRecord data element.  
 MethodDeleteCustomDataDeletes the specified custom data from the XRecord.  
 MethodEmptyDeletes all of the data elements of this XRecord.  
 MethodGetByteDataGets the specified XRecord data element whose data type is a binary array.  
 MethodGetCustomDataGets the specified custom data for the XRecord.  
 MethodGetDataCountGets the number of data elements in this XRecord.  
 MethodGetDataMarkerGets the marker for the specified XRecord data element.  
 MethodGetDataTypeGets the data type of the specified XRecord data element.  
 MethodGetDoubleDataGets the specified XRecord data element whose data type is a double.  
 MethodGetExtensionDictionaryGets the dictionary for the XRecord.  
 MethodGetHandleDataGets the specified XRecord data element whose data type is a handle.  
 MethodGetInteger16DataGets the specified XRecord data element whose data type is a signed 16-bit integer, also called Int16.  
 MethodGetInteger32DataGets the specified XRecord data element whose data type is a signed 32-bit integer, also called Int32.  
 MethodGetInteger64DataGets the specified XRecord data element whose data type is a signed 64-bit integer, also called Int64.  
 MethodGetInteger8DataGets the specified XRecord data element whose data type is a signed 8-bit integer, also called Int8.  
 MethodGetPointDataGets the specified XRecord data element whose data type is a point.  
 MethodGetStringDataGets the specified XRecord data element whose data type is a string.  
 MethodInsertByteDataInserts a binary array and marker at the specified index of the XRecord data element.  
 MethodInsertDoubleDataInserts a double and marker at the specified index of the XRecord data element.  
 MethodInsertHandleInserts a handle and marker at the specified index of the XRecord data element.  
 MethodInsertInteger16DataInserts a signed 16-bit integer, also called Int16, and a marker at the specified index of the XRecord data element.  
 MethodInsertInteger32DataInserts a signed 32-bit integer, also called Int32, and a marker at the specified index of the XRecord data element.  
 MethodInsertInteger64DataInserts a signed 64-bit integer, also called Int64, and a marker at the specified index of the XRecord data element.  
 MethodInsertInteger8DataInserts a signed 8-bit integer, also called Int8, and a marker at the specified index of the XRecord data element.  
 MethodInsertPointDataInserts a point and marker at the specified index of the XRecord data element.  
 MethodInsertStringDataInserts a string and marker at the specified index of the XRecord data element.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the XRecord, if the dictionary exists and is empty.  
 MethodSetByteDataSets the specified XRecord data element to a binary array.  
 MethodSetCustomDataSets the custom data for this XRecord.  
 MethodSetDoubleDataSets the specified XRecord data element to a double.  
 MethodSetHandleSets the specified XRecord data element to a handle.  
 MethodSetInteger16DataSets the specified XRecord data element to a signed 16-bit integer, also called Int16.  
 MethodSetInteger32DataSets the specified XRecord data element to a signed 32-bit integer, also called Int32.  
 MethodSetInteger64DataSets the specified XRecord data element to a signed 64-bit integer, also called Int64.  
 MethodSetInteger8DataSets the specified XRecord data element to a signed 8-bit integer, also called Int8.  
 MethodSetPointDataSets the specified XRecord data element to a point.  
 MethodSetStringDataSets the specified XRecord data element to a string.  
Top

See Also