NonEntityTraitsFillType
Property
|
Property that represents current fill type.
This property can be one of the following: Name Value Description
kOdGiFillAlways 1 Fill closed graphic primitives. kOdGiFillNever 2
Don't fill closed graphic primitives. Closed graphic primitives
consist of the following: * arcs with (ArcType == ArcSector) ||
(ArcType == ArcChord) * circles * meshes * polygons * shells
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public override sealed FillType FillType { get; set; }
Public Overrides NotOverridable Property FillType As FillType
Get
Set
public:
virtual property FillType FillType {
FillType get () override sealed;
void set (FillType value) override sealed;
}
abstract FillType : FillType with get, set
override FillType : FillType with get, set
Property Value
FillType
See Also