SoPickedPointGetDetail Method (SoNode) |
Returns the detail that corresponds to the specified node in the path returned by getPath().
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoDetail GetDetail(
SoNode node
)
Public Function GetDetail (
node As SoNode
) As SoDetail
public:
SoDetail^ GetDetail(
SoNode^ node
)
member GetDetail :
node : SoNode -> SoDetail
Parameters
- node
- Type: OIV.Inventor.NodesSoNode
Return Value
Type:
SoDetail
RemarksIf the node is null, the detail corresponding to the tail of the pick path is returned.
Caution: If there is no detail class associated with the node, null is returned.
See Also