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