| Visual Basic (Declaration) | |
|---|---|
Public Function GetDestinationPoints() As LeadPoint()  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As CombineWarpCommand Dim value() As LeadPoint value = instance.GetDestinationPoints()  | |
| C# | |
|---|---|
public LeadPoint[] GetDestinationPoints()  | |
| C++/CLI | |
|---|---|
public: array<LeadPoint>^ GetDestinationPoints();  | |
For an example, refer to CombineWarpCommand. 
            
 
            
            Use the SetDestinationPoints method to set the array of points.
            Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7
  
   
                           
Copy Code