SoCallbackActionAddPointCallback Method (Type, SoCallbackActionPointUserDataCB, Object) |
Note: This API is now obsolete.
Routine to add delegates for generated primitives (points)
for all shapes of the given type. The will be
called for each point generated for all shapes of or derived from that type.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void AddPointCallback(
Type shapeType,
SoCallbackActionPointUserDataCB cb,
Object userData
)
<ObsoleteAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub AddPointCallback (
shapeType As Type,
cb As SoCallbackActionPointUserDataCB,
userData As Object
)
public:
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void AddPointCallback(
Type^ shapeType,
SoCallbackActionPointUserDataCB^ cb,
Object^ userData
)
[<ObsoleteAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member AddPointCallback :
shapeType : Type *
cb : SoCallbackActionPointUserDataCB *
userData : Object -> unit
Parameters
- shapeType
- Type: SystemType
- cb
- Type: OIV.Inventor.ActionsSoCallbackActionPointUserDataCB
- userData
- Type: SystemObject
See Also