CADability dotNET

The GeoPointProperty type exposes the following members.

Properties

  NameDescription
Public propertyContextMenuId
Gets or sets the id of the context menu, which is used for this GeoPointProperty. Overrides the default context menu id of "MenuId.Point"
Public propertyEntryType
Overrides EntryType, returns GroupTitle.
(Overrides IShowPropertyImpl..::..EntryType.)
Public propertyForceAbsolute
Usually the GeoPoint is presented in the local or absolute coordinate system, according to the global setting. With this property you can force the GeoPointProperty to always use the global coordinate system.
Public propertyHighlight
Public propertyLabelText
Gets or sets the text displayed in the label of this IShowProperty. The default label is set by the resourceId. Use this property if you set LabelIsEditable to true.
(Overrides IShowPropertyImpl..::..LabelText.)
Public propertyLabelType
Overrides LabelType
(Overrides IShowPropertyImpl..::..LabelType.)
Public propertyPrependContextMenu
Sets a additional conext menu which prepends the context menu of this GeoPointProperty. This context menu is merged into the existing context menu of this GeoPointProperty.
Public propertyReadOnly
Sets or gets the read only setting of this object. If ReadOnly is true, the user cannot modify the represented GeoPoint.
(Overrides IShowPropertyImpl..::..ReadOnly.)
Public propertySubEntries
Overrides SubEntries, returns the subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntries.)
Public propertySubEntriesCount
Overrides SubEntriesCount, returns the number of subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntriesCount.)
Public propertyUserData
Implements UserData()()()(). Returns the userdata object of this GeoPointProperty.
Public propertyX
Only used internally, must be public because of reflection, do not use
Public propertyY
Only used internally, must be public because of reflection, do not use
Public propertyZ
Only used internally, must be public because of reflection, do not use

Explicit Interface Implementations

See Also