Model.InstanceMaster

Introduced

v7.0

Description

Returns the master model of this model, if this model is an instance. To check whether this model is an instance model, use Model.ModelKind to query for the type.

C# Syntax

// get accessor
Model rtn = Model.InstanceMaster;

See Also

Model.ModelKind siModelKind