CustomPropagationContext Class
Gives an ICustomPropagation instance access to its proxy object.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECustomObjects assembly)
Syntax
public class CustomPropagationContext : EngineObject
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
CustomPropagationContext
Platforms
Windows, Linux, Android
See Also
Reference
CustomObjects Module
ICustomPropagation
CustomPropagationProxy
LineOfSightOperator.CustomPropagation
CustomPropagationContext Members
The CustomPropagationContext type has the following members.
Properties
Name | Description |
---|---|
IsDisposed | Gets a value that tells whether the current CustomPropagationContext has been disposed. Inherited from EngineObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current CustomPropagationContext represents. Inherited from EngineObject |
UserProperties | Gets the user-defined properties from the proxy. |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |