StreamAsAttribute
Overview
This attribute is used inside the generated interface code to determine the streaming format for types where the exact streaming format cannot be inferred through reflection.
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
- Ancestry: Attribute | StreamAsAttribute
Properties
StreamingFormat
The StreamingFormat to use.
property StreamingFormat: StreamingFormat read write;
StreamingFormat StreamingFormat { get; set; }
Property StreamingFormat() As StreamingFormat
Instance Methods
constructor
constructor(format: StreamingFormat)
StreamAsAttribute(StreamingFormat format)
Sub New(format As StreamingFormat)
Parameters:
- format: