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 Enterprise PDM 2011