IPointSeries3D Interface Members
The following tables list the members exposed by IPointSeries3D.
Public Properties
Name | Description | |
---|---|---|
![]() | IsDirty | Gets or sets a value indicating whether the wrapped DataSeries is Dirty. This will be set to True when the DataSeries has changes, and must be set to False after creating a 3D mesh |
![]() | SyncRoot | Gets the Synchronization object |
Public Methods
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) |
![]() | GetXValue | Gets the System.IComparable X value by indices. (Inherited from ) |
![]() | GetYValue | Gets the System.IComparable Y value by indices. (Inherited from ) |
![]() | GetZValue | Gets the System.IComparable Z value by indices. (Inherited from ) |
Extension Methods
Name | Description | |
---|---|---|
![]() | SafeDispose | Checks for null and if not null, calls Dispose |
See Also