Description
Gets or sets the raised cosine exponent for the element factor.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ElementFactorExponent() As Double
|
| [C#] |
|---|
public double ElementFactorExponent {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_ElementFactorExponent(); public: __property void set_ElementFactorExponent( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ElementFactorExponent( double * pRetVal ); public: HRESULT put_ElementFactorExponent( double NewElementFactorExponent );
|
| [Java] |
|---|
public double getElementFactorExponent();public void setElementFactorExponent( double );
|
See Also