PortGroup.Max

説明

このグループに接続可能な3d オブジェクトの最大数を Long として戻したり、設定したりします。

C#構文

// get accessor

Int32 rtn = PortGroup.Max;

// set accessor

PortGroup.Max = Int32;