Gets or sets the current intersection point of this
AnnCrossProductObject object.
public virtual AnnPoint IntersectionPoint {get; set;}
'Declaration
Public Overridable Property IntersectionPoint As AnnPoint
'Usage
Dim instance As AnnCrossProductObject
Dim value As AnnPoint
instance.IntersectionPoint = value
value = instance.IntersectionPoint
public:
virtual property AnnPoint IntersectionPoint {
AnnPoint get();
void set ( AnnPoint value);
}
Property Value
An
AnnPoint structure that specifies the current intersection point of this
AnnCrossProductObject object.