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





Windows & Linux

Description

Returns the collection of gfx attributes used during the access.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.