Show / Hide Table of Contents

Interface IConstructProperty

Interface for IShowProperty objects, which implement MouseButton modification.

Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
public interface IConstructProperty

Methods

| Improve this Doc View Source

GetHotspotPosition()

Declaration
GeoPoint GetHotspotPosition()
Returns
Type Description
GeoPoint
| Improve this Doc View Source

SetFocus()

Declaration
void SetFocus()
| Improve this Doc View Source

SetHotspotPosition(GeoPoint)

Declaration
void SetHotspotPosition(GeoPoint Here)
Parameters
Type Name Description
GeoPoint Here
| Improve this Doc View Source

StartModifyWithMouse()

Declaration
void StartModifyWithMouse()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX