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





Windows & Linux

Description

Gets the size of the raster data in bytes.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ByteLength() As Integer
[C#]
public int ByteLength {get;}
[Managed C++]
public: __property int get_ByteLength();
[Unmanaged C++]
public: HRESULT get_ByteLength(
    int * pRetVal
);
[Java]
public Integer getByteLength();
[Python - STK API ]
@property
def ByteLength(self) -> int:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.