Creates a horizontal dimension for the current selected entities at the specified location.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Function IAddHorizontalDimension2( _
   ByVal X As System.Double, _
   ByVal Y As System.Double, _
   ByVal Z As System.Double _
) As DisplayDimension | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IModelDoc2
Dim X As System.Double
Dim Y As System.Double
Dim Z As System.Double
Dim value As DisplayDimension
 
value = instance.IAddHorizontalDimension2(X, Y, Z) | 
| C# |  | 
|---|
| DisplayDimension IAddHorizontalDimension2( 
   System.double X,
   System.double Y,
   System.double Z
) | 
| C++/CLI |  | 
|---|
| DisplayDimension^ IAddHorizontalDimension2( 
&   System.double X,
&   System.double Y,
&   System.double Z
)  | 
Parameters
- X
- Dimension text location in meters
- Y
- Dimension text location in meters
- Z
- Dimension text location in meters 
Return Value
Newly created 
dimensionSee Also
 
            Availability
SOLIDWORKS 2001Plus FCS, Revision Number 10.0