Public Member Functions | Static Public Member Functions | List of all members
IParameterExpressionContext Struct Referenceabstract

Interface adopted by an object which can serve as the context for operations involving parsing or evaluation of parameter expressions. More...

#include <ParametricModeling.h>

Inheritance diagram for IParameterExpressionContext:
RefCountedBase RefCounted< IRefCounted > IRefCounted IEvaluateParameterExpressionContext IParseParameterExpressionContext

Public Member Functions

DGNPLATFORM_EXPORT
IParameterDefinitionsCR 
GetParameterDefinitions () const
 Returns the parameter definitions against which parsing or evaluation is to be performed. More...
 
DGNPLATFORM_EXPORT DgnModelR GetHostModel () const
 
- Public Member Functions inherited from RefCounted< IRefCounted >
void * operator new (size_t size)
 
void operator delete (void *rawMemory, size_t size)
 
UInt32 AddRef () const
 
UInt32 Release () const
 
 RefCounted ()
 
 RefCounted (RefCounted const &rhs)
 
RefCountedoperator= (RefCounted const &rhs)
 
UInt32 GetRefCount () const
 

Static Public Member Functions

static DGNPLATFORM_EXPORT
IParameterExpressionContextPtr 
Create (IParameterDefinitionsCR defs)
 

Additional Inherited Members

- Protected Member Functions inherited from RefCounted< IRefCounted >
virtual ~RefCounted ()
 
- Protected Member Functions inherited from IRefCounted
virtual ~IRefCounted ()
 
void * operator new (size_t size)
 
void operator delete (void *rawMemory, size_t size)
 

Detailed Description

Interface adopted by an object which can serve as the context for operations involving parsing or evaluation of parameter expressions.

Remarks
Required library : DgnPlatform<ApiNumber>.lib i.e. DgnPlatform5.lib

Member Function Documentation

static DGNPLATFORM_EXPORT IParameterExpressionContextPtr Create ( IParameterDefinitionsCR  defs)
static
DGNPLATFORM_EXPORT DgnModelR GetHostModel ( ) const
DGNPLATFORM_EXPORT IParameterDefinitionsCR GetParameterDefinitions ( ) const

Returns the parameter definitions against which parsing or evaluation is to be performed.


The documentation for this struct was generated from the following file:

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.