IEntityHelper Interface Members Send Feedback
See Also  Methods 

The following tables list the members exposed by IEntityHelper.

Public Methods

 NameDescription
 MethodCompareObjectsCompares the two specified entities.  
 MethodCreateExtensionDictionaryCreates a dictionary for the specified entity.  
 MethodDeleteCustomDataDeletes the specified custom data from the specified entity.  
 MethodDeleteHyperLinkDeletes the hyperlink attached to the specified entity.  
 MethodGetColorGets the LineColor of the specified entity.  
 MethodGetCustomDataGets the specified custom data for the specified entity.  
 MethodGetErasedGets whether the specified entity is erased.  
 MethodGetExtensionDictionaryGets the dictionary for the specified entity.  
 MethodGetHandleGets the value of the handle for the specified entity.  
 MethodGetHyperLinkGets the hyperlink attached to the specified entity.  
 MethodGetLayerGets the name of the Layer for the specified entity.  
 MethodGetLineStyleGets the name of the LineStyle for the specified entity.  
 MethodGetLineWeightGets the LineWeight for the specified entity.  
 MethodGetPrintStyleGets the name of the PrintStyle for the specified entity.  
 MethodGetTransparencyGets the transparency object for the specified entity.  
 MethodGetVisibleGets whether to show the specified entity.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary, if the dictionary exists and is empty, for the specified entity.  
 MethodSelectAdds or removes the specified entity to or from the current selection set.  
 MethodSetColorSets the LineColor of the specified entity.  
 MethodSetCustomDataSets the specified custom data for the specified entity.  
 MethodSetErasedErases or restores the specified entity.  
 MethodSetHyperLinkSets the hyperlink to attach to the specified entity.  
 MethodSetLayerSets the name of the Layer for the specified entity.  
 MethodSetLineStyleSets the name of the LineStyle for the specified entity.  
 MethodSetLineWeightSets the LineWeight for the specified entity.  
 MethodSetPrintStyleSets the name of the PrintStyle for the specified entity.  
 MethodSetTransparencySets the transparency object for the specified entity.  
 MethodSetVisibleSets whether to show the specified entity.  
Top

See Also