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





Description

Gets the height in pixels.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property int get_Height();
public: __property void set_Height(
int
);

[Unmanaged C++]
public: HRESULT get_Height(
int * pRetVal
);
public: HRESULT put_Height(
int NewHeight
);

[Java]
public ppInteger getHeight();public void setHeight(
ppInteger
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1