The CogoPoint type exposes the following members.

Methods

  NameDescription
Public methodApplyDescriptionKeys
Applies the DescriptionKeys to the CogoPoint.
Public methodClearAllLabelTextComponentOverrides
Clears all text component overrides in the CogoPoint label.
Public methodClearLabelTextComponentOverrides
Clears the text component overrides on the specified text component in the CogoPoint label.
Public methodGetLabelTextComponentIds
Gets an ObjectIdCollection containing the text components in the CogoPoint label.
Public methodGetLabelTextComponentJustificationOverride
Gets the overriden justification on the specified text component in the CogoPoint label.
Public methodGetLabelTextComponentOverride
Gets the overriden text on the specified text component in the CogoPoint label.
Public methodGetUDPValue(UDPBoolean)
Gets the value the for the user-defined property with a boolean data type.
Public methodGetUDPValue(UDPDouble)
Gets the value the for the user-defined property with a double data type.
Public methodGetUDPValue(UDPEnumeration)
Gets the value the for the user-defined property with an enumeration data type.
Public methodGetUDPValue(UDPInteger)
Gets the value the for the user-defined property with an integer data type.
Public methodGetUDPValue(UDPString)
Gets the value the for the user-defined property with a string data type.
Public methodIsLabelTextComponentOverriden
Returns whether the specified text component is overridden in the CogoPoint label.
Public methodRenumber
Renumbers the PointNumber to a new value.
Public methodResetLabel
Resets the CogoPoint label object to its defaults.
Public methodResetLabelLocation
Resets the location of the CogoPoint label object to its defaults.
Public methodResetLabelRotation
Resets the rotation status of the CogoPoint label object to its defaults.
Public methodSetLabelTextComponentJustificationOverride
Overrides the justification on the specified text component in the CogoPoint label.
Public methodSetLabelTextComponentOverride
Overrides the text on the specified text component in the CogoPoint label.
Public methodSetUDPValue(UDPBoolean, Boolean)
Sets the value the for the user-defined property with a boolean data type.
Public methodSetUDPValue(UDPDouble, Double)
Sets the value the for the user-defined property with a double data type.
Public methodSetUDPValue(UDPEnumeration, String)
Sets the value the for the user-defined property with an enumeration data type.
Public methodSetUDPValue(UDPInteger, Int32)
Sets the value the for the user-defined property with an integer data type.
Public methodSetUDPValue(UDPString, String)
Sets the value the for the user-defined property with a string data type.

See Also