STK Graphics PrimitivesSend comments on this topic.
Format Property (IAgStkGraphicsRasterAttributes)
See Also
Windows





Windows & Linux

Description

Gets the Raster Format associated with the attributes.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Format() As AgEStkGraphicsRasterFormat
[C#]
public AgEStkGraphicsRasterFormat Format {get;}
[Managed C++]
public: __property AgEStkGraphicsRasterFormat get_Format();
[Unmanaged C++]
public: HRESULT get_Format(
    AgEStkGraphicsRasterFormat * pRetVal
);
[Java]
public AgEStkGraphicsRasterFormat getFormat();
[Python - STK API ]
@property
def Format(self) -> "AgEStkGraphicsRasterFormat":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.