Gets or sets persistence point/line width.
Read-write property
[Visual Basic .NET] |
---|
Public Property PersistenceWidth() As Double |
[C#] |
---|
public double PersistenceWidth {get; set;} |
[Managed C++] |
---|
public: __property double get_PersistenceWidth(); |
[Unmanaged C++] |
---|
public: HRESULT get_PersistenceWidth( double * pRetVal ); public: HRESULT put_PersistenceWidth( double PersistenceWidth ); |
[Java] |
---|
public double getPersistenceWidth(); public void setPersistenceWidth( double ); |