Model.ModelKind

Introduced

v6.0

Description

Returns the type of the model with respect to reference models. For example, whether the model is a regular model, a reference model, the head reference model, etc. For more information on the possible values, see the siModelKind enum.

C# Syntax

// get accessor
siModelKind rtn = Model.ModelKind;

See Also

siModelKind