SoExtSelectionPreFilterEventArg Constructor |
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PreFilterEventArg(
SoPath path,
SoExtSelection source
)
Public Sub New (
path As SoPath,
source As SoExtSelection
)
public:
PreFilterEventArg(
SoPath^ path,
SoExtSelection^ source
)
new :
path : SoPath *
source : SoExtSelection -> PreFilterEventArg
Parameters
- path
- Type: OIV.InventorSoPath
- source
- Type: OIV.Inventor.NodesSoExtSelection
Remarks See Also