DuplicateFamilyStyleException.Conflicts Property

Gets every (family, style) collision found by the call that threw this exception.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public ReadOnlyCollection<FamilyStyleConflict> Conflicts { get; }

Property Value

The collection of FamilyStyleConflict instances describing each collision.

See Also

Reference