You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > LoginScope Class > LoginScope Methods > LoginScope.GetGlassPrice Method
Close
Ofcas.Lk.Api.Client - Version 3.0
LoginScope.GetGlassPrice Method

Gets a glass price based on the stated parameters.

Syntax
C#
public double GetGlassPrice(Dictionary<string, object> parameters);
Parameters
Description
Dictionary<string, object> parameters
GLASSNAME: specifies the name of the glass (value-type: string)
GLASSTYPE: specifies the type of the glass (value-type: GlassType)
WIDTH: specifies the width of the glass (value-type: double)
HEIGHT: specifies the height of the glass (value-type: double)
THICKNESS: specifies the thickness of the glass (value-type: int)
GLASSORIGIN: specifies the origin of the glass (value-type: GlassOrigin)
PROJECTGUID (with GlassOrigin.Project): specifies the project origin of the glass (value-type: Guid)
SPECIALINSIDE (optional): specifies the special inside (value-type: string)
SPECIALOUTSIDE (optional): specifies the special outside (value-type: string)
MODELTYPE (optional): specifies the model type of the glass (value-type: int)

Returns the glass price calculated.

Copyright © 2019. All rights reserved.