'DeclarationProtected Overloads Overrides Sub Export( _ ByVal context As ISystemContext, _ ByVal node As Node _ )
'UsageDim instance As BaseInstanceState Dim context As ISystemContext Dim node As Node instance.Export(context, node)
protected override void Export( ISystemContext context, Node node )
protected: void Export( ISystemContext^ context, Node^ node ) override
Parameters
- context
 - The object that describes how access the system containing the data.
 - node
 - The node to update with the values from the instance.