Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

25b97c0d 8e0e 016e c3d3 8af6db5867b6

haplokuon edited this page May 6, 2023 · 1 revision

ContainsType Method

netDxf 3.0.0 Library

Determines whether current dictionary contains an DimensionStyleOverride of the specified type.

Definition

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 

Parameters

  DimensionStyleOverrideType
The type to locate in the current dictionary.

Return Value

Boolean
True if the current dictionary contains an DimensionStyleOverride of the type; otherwise, false.

See Also

Reference

DimensionStyleOverrideDictionary Class
netDxf.Collections Namespace

Clone this wiki locally