Skip to content

AnnotationNote::StateModel property

Indicates the state model of the annotation.

string StateModel { get; set; }
string getStateModel() throws IGRException;
void setStateModel(string value) throws IGRException;
@property
def StateModel(self) -> string:
@property.setter
def StateModel(self, value: string)
std::wstring getStateModel() const;
void setStateModel(const std::wstring& value);
[propget] HRESULT StateModel([out, retval] BSTR *result);
[propput] HRESULT StateModel([in] BSTR value);

Return Value

string