STK ObjectsSend comments on this topic.
Progress Property (IAgCvGraphics)
See Also
Windows





Windows & Linux

Description

Access progress graphics options.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Progress() As IAgCvGfxProgress
[C#]
public IAgCvGfxProgress Progress {get;}
[Managed C++]
public: __property IAgCvGfxProgress ^ get_Progress();
[Unmanaged C++]
public: HRESULT get_Progress(
    IAgCvGfxProgress ** ppVal
);
[Java]
public IAgCvGfxProgress getProgress();
[Python - STK API ]
@property
def Progress(self) -> "IAgCvGfxProgress":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.