CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
A 3-dimensional point with double components. The components are directly accesible
to achieve maximum speed.
Note
Namespace: CADability
Keep in mind that this is a value type. Passing a value type as a (non ref) parameter and changing it's value inside the invoked method leaves the original unchanged.
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
C# |
---|
[SerializableAttribute] public struct GeoPoint : ISerializable |
Visual Basic |
---|
<SerializableAttribute> _ Public Structure GeoPoint _ Implements ISerializable |
Visual C++ |
---|
[SerializableAttribute] public value class GeoPoint : ISerializable |