Interface IExtensionOperationPopupBuildContext
Namespace: CAMAPI.TechnologyForm
Assembly: CAMAPI.TechnologyForm.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("E1E37C9E-FA80-44AA-B5FF-629CA91B7C1D")]
public interface IExtensionOperationPopupBuildContextProperties
ActiveProject
Declaration
ICamApiProject ActiveProject { get; set; }Property Value
| Type | Description | 
|---|---|
| ICamApiProject | 
OperationPopup
Declaration
ICamApiTechnologyFormOperationPopup OperationPopup { get; set; }Property Value
| Type | Description | 
|---|---|
| ICamApiTechnologyFormOperationPopup | 
SelectedOperation
Declaration
ICamApiTechOperation SelectedOperation { get; set; }Property Value
| Type | Description | 
|---|---|
| ICamApiTechOperation |