AGI STK Graphics Plugins 11 Send comments on this topic.
RowAlignment Property (IAgStkGraphicsPluginRasterStreamAttributes)
See Also 
Windows






Windows & Linux

Description

Gets the alignment in bytes.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RowAlignment() As Integer

[C#]
public int RowAlignment {get; set;}

[Managed C++]
public: __property int get_RowAlignment();
public: __property void set_RowAlignment(
int
);

[Unmanaged C++]
public: HRESULT get_RowAlignment(
int * pRetVal
);
public: HRESULT put_RowAlignment(
int NewRowAlignment
);

[Java]
public ppInteger getRowAlignment();public void setRowAlignment(
ppInteger
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface