| SoLDMNodeFrontManagerRegisterSlice Method |
This function must be called by a slice to notify the nodeFrontManager that a new data structure must be maintained for it.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.37.0 (9.9.37.0)
Syntaxpublic bool RegisterSlice(
out int id,
SoShape name_17741
)
Public Function RegisterSlice (
<OutAttribute> ByRef id As Integer,
name_17741 As SoShape
) As Boolean
public:
bool RegisterSlice(
[OutAttribute] int% id,
SoShape^ name_17741
)
member RegisterSlice :
id : int byref *
name_17741 : SoShape -> bool
Parameters
- id
- Type: SystemInt32
- name_17741
- Type: OIV.Inventor.NodesSoShape
Return Value
Type:
Boolean
RemarksThe returned value indicates whether the slice has already been registered (true) or not.
See Also