This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
25b97c0d 8e0e 016e c3d3 8af6db5867b6
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Determines whether current dictionary contains an DimensionStyleOverride of the specified type.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool ContainsType(
DimensionStyleOverrideType type
)
VB
Public Function ContainsType (
type As DimensionStyleOverrideType
) As Boolean
C++
public:
bool ContainsType(
DimensionStyleOverrideType type
)
F#
member ContainsType :
type : DimensionStyleOverrideType -> bool
- DimensionStyleOverrideType
- The type to locate in the current dictionary.
Boolean
True if the current dictionary contains an DimensionStyleOverride of the type; otherwise, false.
DimensionStyleOverrideDictionary Class
netDxf.Collections Namespace