AGI STK Graphics 11 Send comments on this topic.
BorderWidth Property (IAgStkGraphicsProjectedRasterOverlay)
See Also 





Description

Gets or sets the width of the Projection's border.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BorderWidth() As Single

[C#]
public float BorderWidth {get; set;}

[Managed C++]
public: __property float get_BorderWidth();
public: __property void set_BorderWidth(
float
);

[Unmanaged C++]
public: HRESULT get_BorderWidth(
float * pRetVal
);
public: HRESULT put_BorderWidth(
float NewBorderWidth
);

[Java]
public float getBorderWidth();public void setBorderWidth(
float
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1