PortGroup.Min

Description

Returns or sets the minimum number of 3d objects that must be connected to this group as a Long.

C# Syntax

// get accessor

Int32 rtn = PortGroup.Min;

// set accessor

PortGroup.Min = Int32;