CompoundStructureIsValid Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsValid(
	Document doc,
	out IDictionary<int, CompoundStructureError> errMap,
	out IDictionary<int, int> twoLayerErrorsMap
)

Parameters

doc  Document
 
errMap  IDictionaryInt32, CompoundStructureError
 
twoLayerErrorsMap  IDictionaryInt32, Int32
 

Return Value

Boolean
See Also