SoMarkerBasedWatershedProcessingoutputMode Property |
Select the type of output mode.
Namespace: OIV.ImageViz.Engines.ImageSegmentation.RegionGrowingAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFEnum<SoMarkerBasedWatershedProcessingOutputModes> outputMode { get; }
Public ReadOnly Property outputMode As SoSFEnum(Of SoMarkerBasedWatershedProcessingOutputModes)
Get
public:
property SoSFEnum<SoMarkerBasedWatershedProcessingOutputModes>^ outputMode {
SoSFEnum<SoMarkerBasedWatershedProcessingOutputModes>^ get ();
}
member outputMode : SoSFEnum<SoMarkerBasedWatershedProcessingOutputModes> with get
Property Value
Type:
SoSFEnumSoMarkerBasedWatershedProcessingOutputModesRemarks . Default is WATERSHED_RIDGES
See Also