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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.