Share

CompoundStructure.IsValid Method



Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public bool IsValid(
	Document doc,
	out IDictionary<int, CompoundStructureError> errMap,
	out IDictionary<int, int> twoLayerErrorsMap
)

Parameters

doc  Document
 
errMap  IDictionary<Int32, CompoundStructureError>%
 
twoLayerErrorsMap  IDictionary<Int32, Int32>%
 

Return Value

Boolean

See Also

Reference

Was this information helpful?