PortGroup.Max

Description

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

C# Syntax

// get accessor

Int32 rtn = PortGroup.Max;

// set accessor

PortGroup.Max = Int32;