pub trait GuiEAIViewer2D_Impl<T: HasIDispatch = Self>: HasIDispatch<T> {
    // Provided methods
    fn annoutation_enabled(&self) -> Result<i32> { ... }
    fn set_annoutation_enabled(&self, value: i32) -> Result<()> { ... }
    fn annotation_mode(&self) -> Result<i16> { ... }
    fn set_annotation_mode(&self, value: i16) -> 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§

source

fn annoutation_enabled(&self) -> Result<i32>

source

fn set_annoutation_enabled(&self, value: i32) -> Result<()>

source

fn annotation_mode(&self) -> Result<i16>

source

fn set_annotation_mode(&self, value: i16) -> Result<()>

source

fn redlining_stream(&self) -> Result<String>

source

fn set_redlining_stream(&self, value: String) -> Result<()>

source

fn annotation_text_request(&self, p0: String) -> Result<()>

Implementors§