AGI STK Objects 11Send comments on this topic.
IsPlugin Property (IAgAccessCnstrExclZonesCollection)
See Also
Windows






Windows & Linux

Description

property used to see if its a plugin

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsPlugin() As Boolean
[C#]
public bool IsPlugin {get; set;}
[Managed C++]
public: __property bool get_IsPlugin();
public: __property void set_IsPlugin( bool );
[Unmanaged C++]
public: HRESULT get_IsPlugin(
    VARIANT_BOOL * pPlugin
);
public: HRESULT put_IsPlugin(
    VARIANT_BOOL pPlugin
);
[Java]
public bool getIsPlugin();
public void setIsPlugin(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.