ITrace Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by ITrace.

Public Properties

 NameDescription
 PropertyColorGets or sets the LineColor of this Trace.  
 PropertyErasedGets or sets whether to erase or restore this Trace.  
 PropertyHandleGets the value of the handle for this Trace.  
 PropertyLayerGets or sets the name of the Layer of this Trace.  
 PropertyLineScaleGets or sets the scale factor for the Trace's LineStyle.  
 PropertyLineStyleGets or sets the name of the LineStyle for this Trace.  
 PropertyLineWeightGets or sets the LineWeight for this Trace.  
 PropertyPrintStyleGets or sets the name of the PrintStyle for this Trace.  
 PropertyThicknessGets or sets the thickness of this Trace.  
 PropertyTransparencyGets or sets the transparency object for this Trace.  
 PropertyVisibleGets or sets whether to show this Trace.  
Top

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the Trace.  
 MethodDeleteCustomDataDeletes the specified custom data from the Trace.  
 MethodDeleteHyperLinkDeletes the hyperlink attached to this Trace.  
 MethodGetBoundingBoxGets the bounding box enclosing this Trace.  
 MethodGetCustomDataGets the specified custom data for this Trace.  
 MethodGetExtensionDictionaryGets the dictionary for the Trace.  
 MethodGetHyperLinkGets the hyperlink attached to this Trace.  
 MethodGetNormalGets the vector normal to this Trace.  
 MethodGetVertex1CoordinateGets the x, y, and z coordinates of the first vertex of this Trace.  
 MethodGetVertex2CoordinateGets the x, y, and z coordinates of the second vertex of this Trace.  
 MethodGetVertex3CoordinateGets the x, y, and z coordinates of the third vertex of this Trace.  
 MethodGetVertex4CoordinateGets the x, y, and z coordinates of the fourth vertex of this Trace.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the Trace, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected Trace to or from the current selection set.  
 MethodSetCustomDataSets the custom data for this Trace.  
 MethodSetHyperLinkAttaches a hyperlink to this Trace.  
 MethodSetNormalSets the vector normal to this Trace.  
 MethodSetVertex1CoordinateSets the x, y, and z coordinates for the first vertex for this Trace.  
 MethodSetVertex2CoordinateSets the x, y, and z coordinates for the second vertex for this Trace.  
 MethodSetVertex3CoordinateSets the x, y, and z coordinates for the third vertex for this Trace.  
 MethodSetVertex4CoordinateSets the x, y, and z coordinates for the fourth vertex for this Trace.  
Top

See Also