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 * pRetVal
);
public: HRESULT put_IsPlugin(
   VARIANT_BOOL NewIsPlugin
);
[Java]
public bool getIsPlugin();public void setIsPlugin(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.