ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / GeometricEffectWaveform Enumeration

In This Topic
    GeometricEffectWaveform Enumeration
    In This Topic
    Geometric effect offset waveforms.
    Syntax
    public enum GeometricEffectWaveform : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum GeometricEffectWaveform 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Random Random - displays a sine curve with random variations in the period and amplitude
    Sinus Sinus - displays a sinusoidal curve.
    Square Square - displays a three-sided rectangular shape.
    Triangle Triangle - displays a two-sided triangular shape.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.GeometricEffectWaveform

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also