CogoPointSetUDPValue Method

Overload List
 NameDescription
Public methodCode exampleSetUDPValue(UDPBoolean, Boolean) Sets the value the for the user-defined property with a boolean data type.
Public methodCode exampleSetUDPValue(UDPDouble, Double) Sets the value the for the user-defined property with a double data type.
Public methodCode exampleSetUDPValue(UDPEnumeration, String) Sets the value the for the user-defined property with an enumeration data type.
Public methodCode exampleSetUDPValue(UDPInteger, Int32) Sets the value the for the user-defined property with an integer data type.
Public methodCode exampleSetUDPValue(UDPString, String) Sets the value the for the user-defined property with a string data type.
Top
See Also