Interface IExtensionOperationPopupBuildContext
Input parameters provided into IExtensionOperationPopup methods
Namespace: CAMAPI.TechnologyForm
Assembly: CAMAPI.TechnologyForm.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("E1E37C9E-FA80-44AA-B5FF-629CA91B7C1D")]
public interface IExtensionOperationPopupBuildContext
Properties
ActiveProject
Active project
Declaration
ICamApiProject ActiveProject { get; set; }
Property Value
Type | Description |
---|---|
ICamApiProject |
OperationPopup
Object to modify items of popup menu
Declaration
ICamApiTechnologyFormOperationPopup OperationPopup { get; set; }
Property Value
Type | Description |
---|---|
ICamApiTechnologyFormOperationPopup |
SelectedOperation
Selected operation
Declaration
ICamApiTechOperation SelectedOperation { get; set; }
Property Value
Type | Description |
---|---|
ICamApiTechOperation |