Class ModelDerivativeClient
- Namespace
- Autodesk.ModelDerivative
- Assembly
- Autodesk.ModelDerivative.dll
public class ModelDerivativeClient
- Inheritance
-
ModelDerivativeClient
- Inherited Members
Constructors
ModelDerivativeClient(Location, Func<Task<string>>, HttpClient?)
public ModelDerivativeClient(Location serverLocation, Func<Task<string>> getAccessToken, HttpClient? httpClient = null)
Parameters
serverLocation
LocationgetAccessToken
Func<Task<string>>httpClient
HttpClient
Properties
Api
public BaseModelDerivativeClient Api { get; protected set; }
Property Value
Helper
public ModelDerivativeClientHelper Helper { get; protected set; }