IPoint Interface Methods Send Feedback
See Also 

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

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