GetOrigin Method (IHatchPattern) Send Feedback
See Also 
X[out]
x coordinate
Y[out]
y coordinate
Gets the origin of the Hatch pattern line.

Syntax

Visual Basic 
Sub GetOrigin( _
   ByRef X As System.Double, _
   ByRef Y As System.Double _
) 
C# 
void GetOrigin( 
   out System.double X,
   out System.double Y
)
JavaScript 
GetOrigin(
) : {
   X : Number,
   Y : Number
}
COM native C++ 
HRESULT GetOrigin( 
   DOUBLE* X,
   DOUBLE* Y
) 
C++ 
DSRESULT GetOrigin( 
   double* X,
   double* Y
) 

Parameters

X[out]
x coordinate
Y[out] or Return Value
y coordinate
 

See Also

Availability

DraftSight V1R1.3