//プロパティやメソッドの引数でオプショナル(任意指定)を設定する場合はObject型で宣言した変数にType.Missingを設定したものをrefで与える object missing = Type.Missing; ISegmentCollection fanPolygon = new PolygonClass(); fanPolygon.AddSegment((ISegment)lineLeft, ref missing, ref missing);
オプショナル引数を記述する方法
2016/9/1 (木)