Holds a point.
            
            
Syntax
| Visual Basic (Declaration) |  | 
|---|
| Public Structure EdmPoint 
   Inherits System.ValueType | 
| C# |  | 
|---|
| public struct EdmPoint : System.ValueType  | 
| C++/CLI |  | 
|---|
| public value class EdmPoint : public System.ValueType  | 
Example
struct EdmPoint{
  integer mlX;
  integer mlY;
};
            
            Example
            
            
            
            
            See Also
			Availability
SOLIDWORKS PDM Professional 2011