Create a Profile object backed by an existing .zprofile file.
Namespace: Zebra.Sdk.DeviceAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntaxpublic Profile(
string pathToProfile
)
Public Sub New (
pathToProfile As String
)
public:
Profile(
String^ pathToProfile
)
Parameters
- pathToProfile String
- Path to the profile file.
Exceptions
See Also