Visual Basic (Declaration) | |
---|---|
<DescriptionAttribute("The type of region to create when the user creates regions interactively.")> <CategoryAttribute("Interactive Mode")> Public Overridable Property InteractiveRegionType As RasterViewerInteractiveRegionType |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DescriptionAttribute("The type of region to create when the user creates regions interactively.")] [CategoryAttribute("Interactive Mode")] public virtual RasterViewerInteractiveRegionType InteractiveRegionType {get; set;} |
Managed Extensions for C++ | |
---|---|
[DescriptionAttribute("The type of region to create when the user creates regions interactively.")] [CategoryAttribute("Interactive Mode")] public: __property virtual RasterViewerInteractiveRegionType get_InteractiveRegionType(); public: __property virtual void set_InteractiveRegionType( RasterViewerInteractiveRegionType value ); |
C++/CLI | |
---|---|
[DescriptionAttribute("The type of region to create when the user creates regions interactively.")] [CategoryAttribute("Interactive Mode")] public: virtual property RasterViewerInteractiveRegionType InteractiveRegionType { RasterViewerInteractiveRegionType get(); void set (RasterViewerInteractiveRegionType value); } |
Return Value
The type of region to create.Refer to InteractiveMode.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family