STK ObjectsSend comments on this topic.
Static Property (IAgChGraphics)
See Also
Windows





Windows & Linux

Description

Get the chain's 2D static graphics properties.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.