STK ObjectsSend comments on this topic.
Graphics Property (IAgCoverageDefinition)
See Also
Windows





Windows & Linux

Description

2D Graphics properties of the coverage definition.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Graphics() As IAgCvGraphics
[C#]
public IAgCvGraphics Graphics {get;}
[Managed C++]
public: __property IAgCvGraphics ^ get_Graphics();
[Unmanaged C++]
public: HRESULT get_Graphics(
    IAgCvGraphics ** ppRetVal
);
[Java]
public IAgCvGraphics getGraphics();
[Python - STK API ]
@property
def Graphics(self) -> "IAgCvGraphics":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.