Indicates if this layer is included in identify.
[Visual Basic 6.0] Property CanIdentify As Boolean
[Visual Basic .NET] Public Property CanIdentify As Boolean
[C#] public bool CanIdentify {get; set;}
[Java] public boolean isCanIdentify() throws IOException, AutomationException
[Java] public void setCanIdentify( boolean CanIdentify ) throws IOException, AutomationException
[C++]
HRESULT get_CanIdentify(
VARIANT_BOOL* flag
);
[C++] HRESULT put_CanIdentify( VARIANT_BOOL flag);
Parameters
flag [out, retval]
flag is a parameter of type VARIANT_BOOL
flag [in]
flag is a parameter of type VARIANT_BOOL