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