GetOrigin Method (IHatchPattern)
Gets the origin of the Hatch pattern line.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetOrigin( _
double* X As System.Double, _
double* 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
) |
Parameters
- X[out]
- x coordinate
- Y[out] or Return Value
- y coordinate
See Also
Availability
DraftSight V1R1.3