STK Graphics PrimitivesSend 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 DisplayFill
);
[Java]
public bool getDisplayFill();
public void setDisplayFill(
    bool
);
[Python - STK API ]
@property
def DisplayFill(self) -> bool:

@DisplayFill.setter
def DisplayFill(self, DisplayFill:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.