RVTDocs.com

AssetProperty.IsValidSchemaIdentifier

Method
Description:
Check that schema name is valid
Syntax
public bool IsValidSchemaIdentifier(
	string schemaID
)
Parameters
Parameter Type Description
schemaID String The schema name.
Return Value
Type Description
Boolean True if the schema name is valid.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
InvalidOperationException Cannot check validity for a property not being edited in AppearanceAssetEditScope.