ICustomData Interface Members Send Feedback
See Also  Methods 

The following tables list the members exposed by ICustomData.

Public Methods

 NameDescription
 MethodDeleteDeletes the specified custom data element.  
 MethodEmptyDeletes existing custom data.  
 MethodGetByteDataGets the specified custom data element whose data type is a binary array.  
 MethodGetCustomDataGets the specified custom data element.  
 MethodGetDataCountGets the number of custom data elements.  
 MethodGetDataMarkerGets the marker for the specified custom data element.  
 MethodGetDataTypeGets the data type of the specified custom data element.  
 MethodGetDoubleDataGets the specified custom data element whose data type is a double.  
 MethodGetHandleDataGets the specified custom data element whose data is a handle.  
 MethodGetInteger16DataGets the specified custom data element whose data type is a 16-bit signed integer, also called Int16.  
 MethodGetInteger32DataGets the specified custom data element whose data type is a 32-bit signed integer, also called Int32.  
 MethodGetLayerNameGets the specified custom data element whose value is the name of a Layer.  
 MethodGetPointDataGets the specified custom data element whose value is a point.  
 MethodGetStringDataGets the specified custom data element whose data type is a string.  
 MethodInsertByteDataInserts the specified custom data element whose data type is a binary array.  
 MethodInsertCustomDataInserts custom data at the specified index.  
 MethodInsertDoubleDataInserts a double value and a marker at the specified index.  
 MethodInsertHandleInserts a handle at the specified index.  
 MethodInsertInteger16DataInserts a signed 16-bit integer, also called Int16, and a marker at the specified index.  
 MethodInsertInteger32DataInserts a signed 32-bit integer, also called Int32, and a marker at the specified index.  
 MethodInsertLayerNameInserts the name of a Layer at the specified index.  
 MethodInsertPointDataInserts a point and a marker at the specified index.  
 MethodInsertStringDataInserts a string and a marker at the specified index.  
 MethodSetByteDataSets the specified custom data element whose data type is a binary array.  
 MethodSetDoubleDataSets the specified custom data element whose data type is double.  
 MethodSetHandleSets the specified custom data element whose data type is a handle.  
 MethodSetInteger16DataSets the specified custom data element whose data type is a 16-bit signed integer, also called Int16.  
 MethodSetInteger32DataSets the specified custom data element whose data type is a 32-bit signed integer, also called Int32.  
 MethodSetLayerNameSets the specified custom data element whose value is the name of a Layer.  
 MethodSetPointDataSets the specified custom data element whose value is a point.  
 MethodSetStringDataSets the specified custom data element whose data type is a string.  
Top

See Also