Nach
-
Posts
8 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Gallery
Downloads
Posts posted by Nach
-
-
-
I'm really sorry for not being an expert or explaining myself badly.
Could you tell me how I can use the general offset control at 0x3110 with vb.net?
Thanks
-
-
They are the offsets provided by Milviz for the MFD of the T38C. He explain that send as normal axis but i don´t know how to send
-
I have two Offsets,
Heading Dec 0x110B0
Heading Inc 0x110B1
How to send as normal axis to sim in vb.net ?
Thanks
-
For VB.NET?
-
How can I give coordinates to FsLatLonPolygon so I can later check if the plane is inside the polygon?
Example FsLatLonPolygon
in FSUIPC Client DLL for .NET
Posted
FsLatLonPoint[] sector1pol = new FsLatLonPoint[]
{
new FsLatLonPoint(39.158189, -6.560815),
new FsLatLonPoint(39.44173, -6.291623),
new FsLatLonPoint(39.847553, -4.565154),
new FsLatLonPoint(39.594515, -4.687465),
new FsLatLonPoint(39.019832, -6.427709),
new FsLatLonPoint(39.158189, -6.560815)
};
FsLatLonPolygon sector1 = new FsLatLonPolygon(sector1pol);
I have this code but fail.
Compile error CS0236 A field initializer cannot reference the non-static field, method, or property 'name'.