Description
Gets or sets the maximum viewing distance at which a marker is visible.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MaximumMarkerDistance() As Double
|
| [C#] |
|---|
public double MaximumMarkerDistance {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_MaximumMarkerDistance(); public: __property void set_MaximumMarkerDistance(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MaximumMarkerDistance(
double * pThreshold
);
public: HRESULT put_MaximumMarkerDistance(
double Threshold
);
|
| [Java] |
|---|
public double getMaximumMarkerDistance();
public void setMaximumMarkerDistance(
double
);
|
See Also