CM93RasterDataSet.SafetyContour Property
Gets or sets the depth of the safety contour line.
Syntax
public System.Double SafetyContour { get; set; }
Property Value
Default: 30.0
A depth value in meters.
Platforms
Windows
Gets or sets the depth of the safety contour line.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
public System.Double SafetyContour { get; set; }
Windows
In this article
Gets or sets the depth of the safety contour line.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
public:
double safetyContour ( ) const;
void safetyContour ( double value )
Windows
In this article
Gets or sets the depth of the safety contour line.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
public final double getSafetyContour ( );
public final void setSafetyContour ( double value );
Windows
In this article
Gets or sets the depth of the safety contour line.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
safetyContour
Windows
In this article