CM93RasterDataSet.DeepContour Property
Gets or sets the depth of the deep contour line.
Syntax
public System.Double DeepContour { get; set; }Property Value
Default: 30.0
A depth value in meters.
Platforms
Windows
Gets or sets the depth of the deep 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 DeepContour { get; set; }Windows
In this article
Gets or sets the depth of the deep 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 deepContour ( ) const;
void deepContour ( double value )Windows
In this article
Gets or sets the depth of the deep 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 getDeepContour ( );
public final void setDeepContour ( double value );Windows
In this article
Gets or sets the depth of the deep 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.
deepContourWindows
In this article