Visual Basic (Declaration) | |
---|---|
Public Overridable Property IntersectionPoint As AnnPoint |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual AnnPoint IntersectionPoint {get; set;} |
C++/CLI | |
---|---|
public: virtual property AnnPoint IntersectionPoint { AnnPoint get(); void set (AnnPoint value); } |
Return Value
An AnnPoint structure that specifies the current intersection point of this AnnCrossProductObject object.For an example, refer to AnnCrossProductObject.
(Read only) The intersection point of a cross product object updates dynamically whenever FirstStartPoint, FirstEndPoint, SecondStartPoint or SecondEndPoint changes.
For more information, refer to Using Rulers in Annotation Objects.
For more information, refer to Using Rulers in Annotation Objects.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family