SmartResourceCreator.SmartResourceCreator

SmartResourceCreator()

Initializes a new instance of the SmartResourceCreator class.

public SmartResourceCreator()

See Also


SmartResourceCreator(bool, bool)

Initializes a new instance of the SmartResourceCreator class.

public SmartResourceCreator(bool isCustom, bool hasCompInfo)
ParameterTypeDescription
isCustomBooleanif set to true [is custom].
hasCompInfoBooleanif set to true [has comp information].

See Also


SmartResourceCreator(PlacedResource)

Initializes a new instance of the SmartResourceCreator class with the given template.

public SmartResourceCreator(PlacedResource template)
ParameterTypeDescription
templatePlacedResourceThe smart object resource template.

See Also