Show / Hide Table of Contents

Interface IProfileInstance

Abstract definition of a profile instance.

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface IProfileInstance

Properties

Constraints

Gets the constraint boundaries.

Declaration
float[] Constraints { get; }
Property Value
System.Single[]

Profile

Gets the profile.

Declaration
Profile Profile { get; }
Property Value
Profile

Back to top Built by Itinero, MIT licensed.