This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicExpandLinksByAttributeRule Interface > ISchematicExpandLinksByAttributeRule.KeepLinksWithNoValue Property (ArcObjects .NET 10.5 SDK) |
Indicates if the rule keeps Links which field has no value.
[Visual Basic .NET] Public Property KeepLinksWithNoValue As Boolean
[C#] public bool KeepLinksWithNoValue {get; set;}
[C++]
HRESULT get_KeepLinksWithNoValue(
VARIANT_BOOL* KeepLinksWithNoValue
);
[C++]
HRESULT put_KeepLinksWithNoValue(
VARIANT_BOOL KeepLinksWithNoValue
);
[C++]
Parameters KeepLinksWithNoValue [out, retval] KeepLinksWithNoValue is a parameter of type VARIANT_BOOL KeepLinksWithNoValue [in] KeepLinksWithNoValue is a parameter of type VARIANT_BOOL