IPoint Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IPoint.

Public Properties

 NameDescription
 PropertyColorGets or sets the LineColor of this point.  
 PropertyErasedGets or sets whether to erase or restore the point.  
 PropertyHandleGets the value of the handle for the point.  
 PropertyLayerGets or sets the name of the Layer of the point.  
 PropertyLineScaleGets or sets the scale factor for the point's LineStyle.  
 PropertyLineStyleGets or sets the name of the LineStyle for the point.  
 PropertyLineWeightGets or sets the LineWeight for the point.  
 PropertyMathPointGets or sets a mathematical point using this point.  
 PropertyPrintStyleGets or sets the name of the PrintStyle for this point.  
 PropertyThicknessGets or sets the thickness of this point.  
 PropertyTransparencyGets or sets the transparency object for this point.  
 PropertyVisible

Gets or sets whether to show the point in the drawing.

 
Top

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the Point.  
 MethodDeleteCustomDataDeletes the specified custom data from the point.  
 MethodDeleteHyperLinkDeletes the hyperlink attached to the point.  
 MethodGetBoundingBoxGets the bounding box enclosing the point.  
 MethodGetCustomDataGets the specified custom data for the point.  
 MethodGetExtensionDictionaryGets the dictionary for the Point.  
 MethodGetHyperLinkGets the hyperlink attached to the point.  
 MethodGetNormalGets the vector normal to this point.  
 MethodGetPositionGets the x, y, and z coordinates of the point.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the Point, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected point to or from the current selection set.  
 MethodSetCustomDataSets the custom data for the point.  
 MethodSetHyperLinkAttaches a hyperlink to the point.  
 MethodSetNormalSets the vector normal to this point.  
 MethodSetPositionSets the x, y, and z coordinates of the point.  
Top

See Also