SoDataSetElementGet Method (SoState, SoDataSet) |
Namespace: OIV.LDM.ElementsAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Get(
SoState state,
out SoDataSet ds
)
Public Shared Sub Get (
state As SoState,
<OutAttribute> ByRef ds As SoDataSet
)
public:
static void Get(
SoState^ state,
[OutAttribute] SoDataSet^% ds
)
static member Get :
state : SoState *
ds : SoDataSet byref -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- ds
- Type: OIV.LDM.NodesSoDataSet
Remarks See Also