This document is archived and information here might be outdated. Recommended version. |
Indicates if the rule can apply to the given builder.
[Visual Basic .NET] Public Function CanApply ( _ ByVal SchematicBuiler As ISchematicBuilder _ ) As Boolean
[C#] public bool CanApply ( ISchematicBuilder SchematicBuiler );
[C++]
HRESULT CanApply(
ISchematicBuilder* SchematicBuiler
);
[C++] Parameters SchematicBuiler [in]
SchematicBuiler is a parameter of type ISchematicBuilder*