STK ObjectsSend comments on this topic.
AllowObjectAccess Property (IAgLineTarget)
See Also
Windows





Windows & Linux

Description

Opt to have access to the object constrained to when it applies to the entire object,rather than 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 * pAllowAccess
);
public: HRESULT put_AllowObjectAccess(
    VARIANT_BOOL InVal
);
[Java]
public bool getAllowObjectAccess();
public void setAllowObjectAccess(
    bool
);
[Python - STK API ]
@property
def AllowObjectAccess(self) -> bool:

@AllowObjectAccess.setter
def AllowObjectAccess(self, InVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.