PierForce(this cAnalysisResults obj) { int NumberResults; NumberResults = default(int); string[] StoryName, PierName, LoadCase, Location; StoryName = PierName = LoadCase = Location = default(string[]); double[] P, V2, V3, T, M2, M3; P = V2 = V3 = T = M2 = M3 = default(double[]); var res = obj.PierForce(ref NumberResults, ref StoryName, ref PierName, ref LoadCase, ref Location, ref P, ref V2, ref V3, ref T, ref M2, ref M3); return(NumberResults, StoryName, PierName, LoadCase, Location, P, V2, V3, T, M2, M3); }