Message 1 of 3
CreateGeometryProxy in C#

Not applicable
04-26-2009
11:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Im porting my code from VBA to C#.net and get the following problem:
ComponentOccurrenceProxy nominalPointOccProxy;
nominalGeometryOcc.CreateGeometryProxy(nominalPointOcc, nominalPointOccProxy);
The code works in VBA but in C# it will not compile CreateGeometryProxy has some invalid arguments.
Why is this?