Returns the collection of gfx attributes used when there is no access.
Read-only property
[Visual Basic .NET] |
---|
Public Property NoAccess() As IAgVeGfxAttributesBasic |
[C#] |
---|
public IAgVeGfxAttributesBasic NoAccess {get;} |
[Managed C++] |
---|
public: __property IAgVeGfxAttributesBasic ^ get_NoAccess(); |
[Unmanaged C++] |
---|
public: HRESULT get_NoAccess( IAgVeGfxAttributesBasic ** ppVal ); |
[Java] |
---|
public IAgVeGfxAttributesBasic getNoAccess(); |
[Python - STK API ] |
---|
@property def NoAccess(self) -> "IAgVeGfxAttributesBasic": |