SOLIDWORKS PDM Professional API Help Send Feedback
EdmRect Structure
See Also  Members  
EPDM.Interop.epdm Namespace : EdmRect Structure


Encapsulates a rectangle and is identical to the Win32 RECT struct.

Syntax

Visual Basic 
Public Structure EdmRect 
   Inherits System.ValueType
C# 
public struct EdmRect : System.ValueType 
C++/CLI 
public value class EdmRect : public System.ValueType 

Example

struct EdmRect{
  integer mlLeft;
  integer mlTop;
  integer mlRight;
  integer mlBottom;
};

Example

See Also

Availability

Version 5.2 of SOLIDWORKS PDM Professional