| 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.38.0 (9.9.38.0)
Syntaxpublic bool RegisterSlice(
out int id,
SoShape name_17720
)
Public Function RegisterSlice (
<OutAttribute> ByRef id As Integer,
name_17720 As SoShape
) As Boolean
public:
bool RegisterSlice(
[OutAttribute] int% id,
SoShape^ name_17720
)
member RegisterSlice :
id : int byref *
name_17720 : SoShape -> bool
Parameters
- id
- Type: SystemInt32
- name_17720
- Type: OIV.Inventor.NodesSoShape
Return Value
Type:
Boolean
RemarksThe returned value indicates whether the slice has already been registered (true) or not.
See Also