AGI STK Objects 11 Send comments on this topic.
AllowObjectAccess Property (IAgAreaTarget)
See Also 





Description

Opt whether access to the object is constrained with respect to the entire object, as opposed to any part of it.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AllowObjectAccess() As Boolean

[C#]
public bool AllowObjectAccess {get; set;}

[Managed C++]
public: __property bool get_AllowObjectAccess();
public: __property void set_AllowObjectAccess(
bool
);

[Unmanaged C++]
public: HRESULT get_AllowObjectAccess(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AllowObjectAccess(
VARIANT_BOOL NewAllowObjectAccess
);

[Java]
public bool getAllowObjectAccess();public void setAllowObjectAccess(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1