STK Graphics PrimitivesSend comments on this topic.
Attributes Property (IAgStkGraphicsRaster)
See Also
Windows





Windows & Linux

Description

Gets the Raster Attributes that define the raster data.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.