Interface IExtensionGeomModelNodePopupBuildContext
Input parameters provided into IExtensionGeomModelNodePopup.Build method
Namespace: CAMAPI.GeometryModelForm
Assembly: CAMAPI.GeometryModelForm.dll
Syntax
[Guid("31583BF4-7D4F-4748-B47E-438A631A0535")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IExtensionGeomModelNodePopupBuildContext
Properties
ActiveProject
Active project
Declaration
ICamApiProject ActiveProject { get; set; }
Property Value
| Type | Description |
|---|---|
| ICamApiProject |
NodePopup
Object to modify items of popup menu
Declaration
ICamApiGeomModelNodePopup NodePopup { get; set; }
Property Value
| Type | Description |
|---|---|
| ICamApiGeomModelNodePopup |
SelectedNode
Selected node in geometry tree
Declaration
ICAMAPIGeometryTreeNode SelectedNode { get; set; }
Property Value
| Type | Description |
|---|---|
| ICAMAPIGeometryTreeNode |