Gets or sets the
AnnPoint structure that specifies the ending point for this
AnnLineObject.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overridable Property EndPoint As AnnPoint |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As AnnLineObject
Dim value As AnnPoint
instance.EndPoint = value
value = instance.EndPoint
|
| C# | |
|---|
public virtual AnnPoint EndPoint {get; set;} |
Return Value
The
AnnPoint structure that specifies the ending point for this
AnnLineObject.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also