STK ObjectsSend comments on this topic.
NoAccess Property (IAgVeGfxAttributesAccess)
See Also
Windows





Windows & Linux

Description

Returns the collection of gfx attributes used when there is no access.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.