|
|
The GridIntersection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
|
|
Dispose(Boolean) | (Inherited from NativeHandle.) |
|
|
Equals |
Determines whether the specified object and the current object refer to the same
underlying native object. Returns false if either object has been disposed.
(Inherited from NativeHandle.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
|
|
GetHashCode | (Inherited from NativeHandle.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToString | (Inherited from NativeHandle.) |
Properties
| Name | Description | |
|---|---|---|
|
|
DisplayName |
The display name comprising the two grid line labels and the level label.
|
|
|
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
|
|
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |
|
|
Level |
The Grid Level this Intersection is on.
|
|
|
Line1 |
The 1st Grid Line forming this Intersection.
|
|
|
Line1Direction |
The 3D direction of 1st grid line at the point of the intersection.
|
|
|
Line2 |
The 2nd Grid Line forming this Intersection.
|
|
|
Line2Direction |
The 3D direction of 2nd grid line at the point of the intersection.
|
|
|
Position |
The 3D position of the intersection.
|