Interface ICamApiGeomPicker
Geometry model items picker
Namespace: CAMAPI.GeomPicker
Assembly: CAMAPI.GeomPicker.dll
Syntax
[Guid("00D1CC83-D839-4D5A-8C0D-B90138AFCF61")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiGeomPicker
Properties
AvailableEntityTypes
Entity types, which can be returned by picker
Declaration
ushort AvailableEntityTypes { get; set; }
Property Value
Type | Description |
---|---|
ushort |
OnClose
Callback interface for geometry model items picker, when user closes window
Declaration
ICamApiGeomPickerOnClose OnClose { get; set; }
Property Value
Type | Description |
---|---|
ICamApiGeomPickerOnClose |
Methods
Show()
Show picker dialog form - result will be returned via callback
Declaration
void Show()