pub trait GuiEAIViewer2D_Impl<T: HasIDispatch = Self>: HasIDispatch<T> {
    // Provided methods
    fn annoutation_enabled(&self) -> Result<i64> { ... }
    fn set_annoutation_enabled(&self, value: i64) -> Result<()> { ... }
    fn annotation_mode(&self) -> Result<i32> { ... }
    fn set_annotation_mode(&self, value: i32) -> Result<()> { ... }
    fn redlining_stream(&self) -> Result<String> { ... }
    fn set_redlining_stream(&self, value: String) -> Result<()> { ... }
    fn annotation_text_request(&self, p0: String) -> Result<()> { ... }
}

Provided Methods§

Implementors§