Projects and displays along the y axis a dimension between selected points in a 3D sketch.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Function AddAlongYDimension( _
   ByVal X As System.Double, _
   ByVal Y As System.Double, _
   ByVal Z As System.Double _
) As DisplayDimension | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As ISketchManager
Dim X As System.Double
Dim Y As System.Double
Dim Z As System.Double
Dim value As DisplayDimension
 
value = instance.AddAlongYDimension(X, Y, Z) | 
| C# |  | 
|---|
| DisplayDimension AddAlongYDimension( 
   System.double X,
   System.double Y,
   System.double Z
) | 
| C++/CLI |  | 
|---|
| DisplayDimension^ AddAlongYDimension( 
&   System.double X,
&   System.double Y,
&   System.double Z
)  | 
Parameters
- X
- X coordinate of dimension text placement
- Y
- Y coordinate of dimension text placement
- Z
- Z coordinate of dimension text placement
Return Value
IDisplayDimensionExample
            Remarks
 
            
            See Also
 
            Availability
SOLIDWORKS 2010 FCS, Revision Number 18.0