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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1