AGI STK Graphics 11 Send comments on this topic.
DisplayFill Property (IAgStkGraphicsSolidPrimitive)
See Also 





Description

Gets or sets whether the solid's fill is displayed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisplayFill() As Boolean

[C#]
public bool DisplayFill {get; set;}

[Managed C++]
public: __property bool get_DisplayFill();
public: __property void set_DisplayFill(
bool
);

[Unmanaged C++]
public: HRESULT get_DisplayFill(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_DisplayFill(
VARIANT_BOOL NewDisplayFill
);

[Java]
public bool getDisplayFill();public void setDisplayFill(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1