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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1