PPGItem.Type operator

Introduced

v4.0

Description

Returns or sets one of the siPPGControlType enum values that represents the control type to display on the Property Page. This property is optional - when not set Softimage picks a control based on the Parameter.ValueType, for example a siDouble uses a siControlNumber.

C# Syntax

// get accessor
String rtn = PPGItem.Type;
// set accessor
PPGItem.Type = String;

See Also

PPGLayout.AddItem siPPGControlType