GetWindow Method (INamedView) Send Feedback
See Also 
FirstCorner[out]
Point of a corner of the window that defines the named view
OppositeCorner[out]
Point of a corner of the window, opposite FirstCorner, that defines the named view
Gets the window that defines the named view.

Syntax

Visual Basic 
Sub GetWindow( _
   ByRef FirstCorner As MathPoint, _
   ByRef OppositeCorner As MathPoint _
) 
C# 
void GetWindow( 
   out MathPoint FirstCorner,
   out MathPoint OppositeCorner
)
JavaScript 
GetWindow(
) : {
   FirstCorner : dsMathPoint,
   OppositeCorner : dsMathPoint
}
COM native C++ 
HRESULT GetWindow( 
   IMathPoint** FirstCorner,
   IMathPoint** OppositeCorner
) 
C++ 
DSRESULT GetWindow( 
   dsMathPoint** FirstCorner,
   dsMathPoint** OppositeCorner
) 

Parameters

FirstCorner[out]
Point of a corner of the window that defines the named view
OppositeCorner[out] or Return Value
Point of a corner of the window, opposite FirstCorner, that defines the named view
 

See Also

Availability

DraftSight V1R5.0