STK ObjectsSend comments on this topic.
IsPlugin Property (IAgAccessConstraint)
See Also
Windows





Windows & Linux

Description

Returns true if the access constraint is a plugin.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property IsPlugin() As Boolean
[C#]
public bool IsPlugin {get;}
[Managed C++]
public: __property bool get_IsPlugin();
[Unmanaged C++]
public: HRESULT get_IsPlugin(
    VARIANT_BOOL * pPlugin
);
[Java]
public bool getIsPlugin();
[Python - STK API ]
@property
def IsPlugin(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.