Click or drag to resize

PolylinePrimitiveOptionalParameters Class

Optional per-point or per-segment parameters for PolylinePrimitive that overrides the polyline primitive's global parameters. Define per-segment parameters by creating an instance of PolylinePrimitiveOptionalParameters, then calling the desired methods to define per-segment parameters, and finally passing the object to the polyline's Set or SetPartial method.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.GraphicsPolylinePrimitiveOptionalParameters

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class PolylinePrimitiveOptionalParameters : IDisposable

The PolylinePrimitiveOptionalParameters type exposes the following members.

Constructors
  NameDescription
Public methodPolylinePrimitiveOptionalParameters
Initializes default polyline primitive optional parameters. All per-segment parameters are initially empty.
Top
Methods
  NameDescription
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetTimeIntervals
Defines a collection of TimeIntervalDisplayConditions, one for each line segment in the polyline.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also