- Contents
DesignerCOM API
II3IDStep2::IsConfigurableFromXML Property
get_IsConfigurableFromXML
Returns whether or not the step supports being able to be configured from XML.
IDL Function Prototype
HRESULT IsConfigurableFromXML(
[out, retval] VARIANT_BOOL * ConfigurableFromXML
);
C/C++ Syntax
HRESULT get_IsConfigurableFromXML(VARIANT_BOOL * ConfigurableFromXML);
Parameters
- ConfigurableFromXML
-
True if this step is XML-configurable; otherwise False.