public void Create( string strName, string strMatchingMateNames, MultiLangString pMLSDescription, Matrix3D oPosition, double dSizeX, double dSizeY )
public: void Create( String^ strName, String^ strMatchingMateNames, MultiLangString^ pMLSDescription, Matrix3D oPosition, double dSizeX, double dSizeY )
Parameters
- strName
 - Name identifying this mate.
 - strMatchingMateNames
 - Names of mates which can be snapped to this mate.
 - pMLSDescription
 - Description of set to this LineMate.
 - oPosition
 - Position represented by transformation matrix.
 - dSizeX
 - Width of the LineMate.
 - dSizeY
 - Height of the LineMate.