Graph.CopySchemas(Graph) Method

Definition

Copy the schemas from the other graph

public:
 bool CopySchemas(Microsoft::VisualStudio::GraphModel::Graph ^ other);
public bool CopySchemas (Microsoft.VisualStudio.GraphModel.Graph other);
member this.CopySchemas : Microsoft.VisualStudio.GraphModel.Graph -> bool
Public Function CopySchemas (other As Graph) As Boolean

Parameters

other
Graph

The other graph

Returns

Returns true if this graph was changed.

Applies to